fea: make: output coverage html

This commit is contained in:
Daniel Ding
2022-09-24 10:18:32 +08:00
parent d5b1a7fc30
commit aa147bfed2
3 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -24,6 +24,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: ./coverage.cov
files: ./coverage.out
name: codecov
verbose: true