We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2140db commit 098e659Copy full SHA for 098e659
.github/workflows/test.yml
@@ -71,6 +71,7 @@ jobs:
71
files: ./coverage.xml
72
fail_ci_if_error: true
73
token: ${{ secrets.CODECOV_TOKEN }}
74
+ version: v0.6.0 # Workaround for codecov/codecov-action#1487
75
- name: Get version
76
id: release
77
run: |
0 commit comments