We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5c1e4 commit bd11bdfCopy full SHA for bd11bdf
.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@f30e4959ba63075080d4f7f90cacc18d9f3fafd7
+ uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044
29
if: github.event_name == 'push'
30
with:
31
file: ./coveragetxt
0 commit comments