Update ci.yaml

This commit is contained in:
Sam Bull 2021-01-14 23:42:53 +00:00 committed by GitHub
parent 1c8ecc65e8
commit 980695382f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -24,6 +24,8 @@ jobs:
- name: Run tests
run: |
make coverage
- name: Upload coverage to Codecov
run: |
codecov
- name: Upload coverage
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
flags: unit