remove Upload Coverage Report from GitHub action (#463)
This commit is contained in:
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
@@ -43,8 +43,3 @@ jobs:
|
|||||||
run: make test
|
run: make test
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
|
||||||
- name: Upload Coverage Report
|
|
||||||
uses: codecov/codecov-action@v1
|
|
||||||
with:
|
|
||||||
file: ./build/reports/jacoco/test/jacocoTestReport.xml
|
|
||||||
|
|||||||
Reference in New Issue
Block a user