Skip to content

Commit

Permalink
dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpassos committed Aug 9, 2024
1 parent 25adab0 commit edf3ba3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
dart pub global run coverage:format_coverage --packages=.dart_tool/package_config.json --report-on=lib --lcov -o ./coverage/lcov.info -i ./coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
directory: ./coverage/
flags: unittests
Expand Down

0 comments on commit edf3ba3

Please sign in to comment.