We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca21aa commit c9979eeCopy full SHA for c9979ee
.github/workflows/checks.yml
@@ -43,6 +43,6 @@ jobs:
43
- name: Generate E2E Coverage
44
run: poetry run coverage xml -o e2e-coverage.xml
45
46
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v2
47
with:
48
files: ./coverage.xml,./e2e-coverage.xml
0 commit comments