Skip to content

Commit

Permalink
ignore check on coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
LegendAF committed Sep 24, 2024
1 parent 91c8407 commit efa0030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
- name: Run tests
run: dart test --coverage=./coverage
- name: Convert coverage to lcov
run: dart run coverage:format_coverage -i ./coverage -o ./coverage/lcov.info --lcov --report-on lib/
run: dart run coverage:format_coverage -i ./coverage -o ./coverage/lcov.info --lcov --check-ignore --report-on lib/
- name: Send coverage to Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit efa0030

Please sign in to comment.