Skip to content

Commit

Permalink
Remove unecessary filter to lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Mar 20, 2024
1 parent e04024d commit b49e423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Prune coverage
run: |
lcov --remove ./lcov.info -o ./lcov-filtered.info 'test/*' 'script/*' 'src/utils/*'
lcov --remove ./lcov.info -o ./lcov-filtered.info 'test/*' 'script/*'
- name: Submit coverage to Coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit b49e423

Please sign in to comment.