Skip to content

Commit a8a5314

Browse files
authored
Update dart.yml
1 parent c736bb9 commit a8a5314

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/dart.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ jobs:
4747
- name: Format collected coverage to LCOV
4848
run: dart pub global run coverage:format_coverage --packages=.dart_tool/package_config.json --report-on=lib --lcov -o ./coverage/lcov.info -i ./coverage
4949

50-
# Generate LCOV report
51-
- name: Generate LCOV report
52-
run: genhtml -o ./coverage/report ./coverage/lcov.info
53-
5450
# Run Codecov
5551
- name: Codecov
5652
uses: codecov/[email protected]

0 commit comments

Comments
 (0)