We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac1dac commit 8d8aa50Copy full SHA for 8d8aa50
1 file changed
.github/workflows/coverage.yml
@@ -41,7 +41,7 @@ jobs:
41
name: Coverage results
42
path: coverage_report
43
44
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v1.2.1
45
with:
46
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
47
# file: ./coverage.xml # optional
0 commit comments