Skip to content

Commit

Permalink
ignore unsued
Browse files Browse the repository at this point in the history
  • Loading branch information
dickermoshe committed Feb 14, 2025
1 parent 205f76e commit f0959e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sugar_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- run: dart run coverage:test_with_coverage
- run: sudo apt-get update -y
- run: sudo apt-get install -y lcov
- run: lcov --remove ./coverage/lcov.info '**.g.dart' -o ./coverage/lcov.info
- run: lcov --remove ./coverage/lcov.info '**.g.dart' -o ./coverage/lcov.info --ignore-errors unused
- uses: codecov/codecov-action@v5
with:
files: ./sugar/coverage/lcov.info

0 comments on commit f0959e5

Please sign in to comment.