Skip to content

Commit

Permalink
chore: fix Github CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed May 21, 2022
1 parent a383683 commit f150463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: dart test --coverage="coverage"

- name: Convert coverage to ICOV
run: dart run coverage:format_coverage --lcov --in=coverage --out=coverage.lcov --packages=.packages --report-on=lib
run: dart run coverage:format_coverage --lcov --in=coverage --out=coverage.lcov --report-on=lib

- uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit f150463

Please sign in to comment.