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

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