Update ci.yml

This commit is contained in:
Nicolas Chan 2021-03-03 18:12:33 -08:00 committed by GitHub
parent aff9a5b365
commit d1e7a373b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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