Skip to content

Commit

Permalink
removing code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion authored May 8, 2024
1 parent c8115ff commit fe998bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/FeatherQuill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Build
run: swift build
- name: Run Swift Package tests
run: swift test --enable-code-coverage
run: swift test #--enable-code-coverage
# - uses: sersoft-gmbh/swift-coverage-action@v4
# id: coverage-files-spm
# with:
Expand Down

0 comments on commit fe998bb

Please sign in to comment.