We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dee53c commit 45b1313Copy full SHA for 45b1313
.github/workflows/unit_tests.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: "Unit Tests"
26
run: go test -coverprofile=coveragetxt -race ./...
27
- name: Upload to codecov.io
28
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303
+ uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
29
if: github.event_name == 'push'
30
with:
31
file: ./coveragetxt
0 commit comments