diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index c733387..8a28fbe 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -17,7 +17,3 @@ jobs: run: swift build - name: Run tests run: swift test --enable-code-coverage - - name: Test coverage - uses: maxep/spm-lcov-action@0.3.0 - with: - output-file: ./coverage/lcov.info