Skip to content

Commit

Permalink
Fix coverage reporting
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Lucarella <[email protected]>
  • Loading branch information
llucax committed May 16, 2022
1 parent 39e5cf9 commit 224e1c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:

- name: Convert coverage to LCOV
run: $(command -v pub || echo dart pub) run coverage:format_coverage
--lcov --packages=.packages --report-on=lib -i coverage
-o coverage/lcov.info
--lcov --packages=.dart_tool/package_config.json --report-on=lib
-i coverage -o coverage/lcov.info

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 224e1c5

Please sign in to comment.