diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e589c92..128a42f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,13 +31,6 @@ jobs: uses: codecov/codecov-action@v2 with: 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: runs-on: ubuntu-latest