solution: coverage report

This commit is contained in:
Igor Artamonov
2020-05-24 20:38:05 -04:00
parent cca8593a48
commit f4450ceecb
3 changed files with 24 additions and 0 deletions

View File

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