mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
ci: remove unnecessary code cov archiving
Code coverage is now uploaded and saved to codecov
This commit is contained in:
parent
423887b314
commit
b4a15e8b14
1 changed files with 0 additions and 7 deletions
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
|
|
@ -31,13 +31,6 @@ jobs:
|
||||||
uses: codecov/codecov-action@v2
|
uses: codecov/codecov-action@v2
|
||||||
with:
|
with:
|
||||||
flags: unittests,api
|
flags: unittests,api
|
||||||
verbose: true # optional (default = false)
|
|
||||||
|
|
||||||
- name: Archive code coverage results
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: code-coverage-report
|
|
||||||
path: coverage
|
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue