We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5954658 commit e96c738Copy full SHA for e96c738
.github/workflows/rust.yml
@@ -44,7 +44,7 @@ jobs:
44
args: '-- --test-threads 1'
45
46
- name: Upload to codecov.io
47
- uses: codecov/codecov-action@v1.0.12
+ uses: codecov/codecov-action@v1.0.13
48
with:
49
token: ${{secrets.CODECOV_TOKEN}}
50
flags: unit
0 commit comments