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 df4394a commit c736bb9Copy full SHA for c736bb9
.github/workflows/dart.yml
@@ -43,14 +43,14 @@ jobs:
43
- name: Activate package coverage
44
run: dart pub global activate coverage
45
46
- # Generate LCOV report
47
- - name: Generate LCOV report
48
- run: genhtml -o ./coverage/report ./coverage/lcov.info
49
-
50
# Format collected coverage to LCOV
51
- name: Format collected coverage to LCOV
52
run: dart pub global run coverage:format_coverage --packages=.dart_tool/package_config.json --report-on=lib --lcov -o ./coverage/lcov.info -i ./coverage
53
+ # Generate LCOV report
+ - name: Generate LCOV report
+ run: genhtml -o ./coverage/report ./coverage/lcov.info
+
54
# Run Codecov
55
- name: Codecov
56
uses: codecov/[email protected]
0 commit comments