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
|
||||
run: |
|
||||
make coverage
|
||||
- name: Upload coverage to Codecov
|
||||
run: |
|
||||
codecov
|
||||
- name: Upload coverage
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
file: ./coverage.xml
|
||||
flags: unit
|
||||
|
Reference in New Issue
Block a user