Remove coverage artifact generation
This commit is contained in:
parent
0dfd3b2398
commit
1b35f6d8dd
|
@ -77,7 +77,3 @@ jobs:
|
||||||
- uses: codecov/codecov-action@v1.0.5
|
- uses: codecov/codecov-action@v1.0.5
|
||||||
with:
|
with:
|
||||||
token: ${{secrets.CODECOV_TOKEN}}
|
token: ${{secrets.CODECOV_TOKEN}}
|
||||||
- uses: actions/upload-artifact@v1
|
|
||||||
with:
|
|
||||||
name: code-coverage-report
|
|
||||||
path: cobertura.xml
|
|
||||||
|
|
Loading…
Reference in New Issue