Skip to content

Commit

Permalink
Update ci workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
jama5262 committed May 15, 2024
1 parent 57d67a3 commit 3644e5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
dart pub global activate coverage
dart pub global run coverage:format_coverage --report-on=./lib --lcov --in=./coverage/reports --out=coverage/lcov.info
- if: matrix.os == 'ubuntu-latest'
name: Report to Codecov
- name: Report to Codecov
uses: codecov/codecov-action@v4
with:
file: coverage/lcov.info
Expand Down

0 comments on commit 3644e5b

Please sign in to comment.