ci: remove unnecessary code cov archiving

Code coverage is now uploaded and saved to codecov
This commit is contained in:
Julian Tölle 2021-07-27 17:53:20 +02:00
parent 423887b314
commit b4a15e8b14

View file

@ -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