Update ci.yaml
This commit is contained in:
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@@ -24,6 +24,8 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
make coverage
|
make coverage
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage
|
||||||
run: |
|
uses: codecov/codecov-action@v1
|
||||||
codecov
|
with:
|
||||||
|
file: ./coverage.xml
|
||||||
|
flags: unit
|
||||||
|
|||||||
Reference in New Issue
Block a user