File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,14 @@ jobs:
51
51
- name : Excluded generated files
52
52
run : lcov --remove ./coverage/coverage.lcov '*/lib/src/*.g.dart' '*/lib/src/models/drift/*' -o ./coverage/coverage.lcov
53
53
54
+ - name : Generate HTML coverage report
55
+ run : genhtml -o ./coverage/report ./coverage/coverage.lcov
56
+
54
57
- name : Upload artifact
55
58
uses : actions/upload-pages-artifact@v3
56
59
with :
57
60
# Upload entire repository
58
- path : ' coverage/report'
61
+ path : ' ./ coverage/report'
59
62
- name : Deploy to GitHub Pages
60
63
id : deployment
61
64
uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 30
30
.pub-cache /
31
31
.pub /
32
32
** /build /
33
-
33
+ ** / coverage /
34
34
# Downloaded files
35
35
/mac-vendors-export.csv
You can’t perform that action at this time.
0 commit comments