diff --git a/.github/workflows/Build and test framework.yml b/.github/workflows/Build and test framework.yml index dd32d7d..1275c22 100644 --- a/.github/workflows/Build and test framework.yml +++ b/.github/workflows/Build and test framework.yml @@ -15,3 +15,7 @@ jobs: - uses: actions/checkout@v2 - name: Build and test run: swift test -v --enable-code-coverage + - name: Test coverage + uses: maxep/spm-lcov-action@0.3.0 + with: + output-file: ./coverage/lcov.info