Enable codecov.io
This commit is contained in:
parent
fc16b0531a
commit
aa9764848a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -18,5 +18,5 @@ jobs:
|
||||||
run: make check
|
run: make check
|
||||||
- name: Run coverage
|
- name: Run coverage
|
||||||
run: make coverage
|
run: make coverage
|
||||||
# - name: Upload coverage to codecov.io
|
- name: Upload coverage to codecov.io
|
||||||
# run: make coverage-upload
|
run: make coverage-upload
|
||||||
|
|
Loading…
Reference in a new issue