mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
ci: setup codecov
This commit is contained in:
parent
e476243b85
commit
423887b314
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -27,6 +27,12 @@ jobs:
|
||||||
- run: npm run lint:api
|
- run: npm run lint:api
|
||||||
- run: npm run test:cov
|
- run: npm run test:cov
|
||||||
|
|
||||||
|
- name: Upload coverage results to codecov
|
||||||
|
uses: codecov/codecov-action@v2
|
||||||
|
with:
|
||||||
|
flags: unittests,api
|
||||||
|
verbose: true # optional (default = false)
|
||||||
|
|
||||||
- name: Archive code coverage results
|
- name: Archive code coverage results
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue