Update ci.yml
This commit is contained in:
parent
aff9a5b365
commit
d1e7a373b7
1 changed files with 8 additions and 1 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -34,4 +34,11 @@ jobs:
|
|||
run: test/test.sh
|
||||
|
||||
- name: Run coverage
|
||||
run: kcov --include-pattern=backup.sh $(pwd)/coverage test/test.sh
|
||||
run: kcov --include-pattern=backup.sh "$(pwd)"/coverage test/test.sh
|
||||
|
||||
- name: Codecov
|
||||
uses: codecov/codecov-action@v1.2.1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
file: ./coverage/test.sh/cov.xml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue