solution: coverage report
This commit is contained in:
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
@@ -18,6 +18,11 @@ jobs:
|
||||
with:
|
||||
arguments: check
|
||||
|
||||
- name: Upload Coverage Report
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
file: ./build/reports/jacoco/test/jacocoTestReport.xml
|
||||
|
||||
integration-test:
|
||||
runs-on: ubuntu-latest
|
||||
# Docker Hub image that `container-job` executes in.
|
||||
|
||||
Reference in New Issue
Block a user