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.
2 parents fdeb424 + 552b06b commit 8b8b411Copy full SHA for 8b8b411
.github/workflows/test.yml
@@ -60,7 +60,7 @@ jobs:
60
go test -v -coverprofile=coverage.txt -covermode=atomic ./...
61
62
- name: Codecov
63
- uses: codecov/codecov-action@v5.4.3
+ uses: codecov/codecov-action@v5.5.0
64
with:
65
token: ${{ secrets.CODECOV_TOKEN }}
66
file: ./sda-download/coverage.txt
@@ -98,7 +98,7 @@ jobs:
98
99
100
101
102
103
104
file: ./sda/coverage.txt
0 commit comments