We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89ae1a commit 15abbefCopy full SHA for 15abbef
.github/workflows/test.yml
@@ -41,9 +41,9 @@ jobs:
41
if: runner.os == 'macOS'
42
run: dart run test --coverage=coverage
43
- name: Convert to lcov
44
- run:
45
- - dart pub global activate coverage
46
- - dart pub global run coverage:format_coverage --in="./coverage/test" --out="./coverage/lcov.info" --lcov --report-on="./lib"
+ run: |
+ dart pub global activate coverage
+ dart pub global run coverage:format_coverage --in="./coverage/test" --out="./coverage/lcov.info" --lcov --report-on="./lib"
47
- name: Send coverage report to codecov
48
49
uses: codecov/codecov-action@v4
0 commit comments