Updated GitHub and GitLab workflows
This commit is contained in:
parent
2e7a3ad7b6
commit
5d2f25b3ca
2 changed files with 84 additions and 12 deletions
2
.github/workflows/dart.yml
vendored
2
.github/workflows/dart.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: |
|
||||
dart test --coverage=coverage
|
||||
dart run coverage:format_coverage --lcov --in=coverage \
|
||||
-out=coverage/lcov.info --packages=.packages --report-on=lib,bin
|
||||
-out=coverage/lcov.info --packages=.dart_tool/package_config.json --report-on=lib,bin
|
||||
|
||||
- uses: codecov/codecov-action@v2
|
||||
name: Publish coverage to Codecov
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue