Skip to content

Commit

Permalink
Fix the coverage script in checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meysammahfouzi committed Feb 1, 2024
1 parent f0297f2 commit 52ef0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Generate lcov.info from coverage data
run: |
dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.packages --report-on=lib
dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.dart_tool/package_config.json --report-on=lib
- name: Install lcov
run: sudo apt-get install -y lcov
Expand Down

0 comments on commit 52ef0f3

Please sign in to comment.