Skip to content

Commit

Permalink
🔧 update derry scripts for lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Jan 6, 2025
1 parent 23ac209 commit 760dc2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lcov:
- dart pub global run coverage:test_with_coverage
- dart pub global run coverage:format_coverage --packages=.dart_tool/package_config.json --lcov -i coverage/coverage.json -o coverage/lcov.info
- dart pub run coverage:test_with_coverage
- dart pub run coverage:format_coverage --packages=.dart_tool/package_config.json --lcov -i coverage/coverage.json -o coverage/lcov.info
cov:
- $lcov
- genhtml coverage/lcov.info -o coverage/html
Expand Down

0 comments on commit 760dc2b

Please sign in to comment.