We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63719ae commit 34c7cfcCopy full SHA for 34c7cfc
.github/workflows/pr-test.yml
@@ -34,7 +34,7 @@ jobs:
34
args: build jacocoTestReport
35
36
- name: Upload coverage to Codecov
37
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
38
with:
39
name: unit test reports
40
fail_ci_if_error: true
0 commit comments