File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
# shellcheck disable=SC2046
101
101
# FIXME: awsdynamo test doesn't work with ci.
102
102
gotestsum --format testname --junitfile unit-tests.xml -- -p 4 -race -coverprofile="coverage.txt" -covermode=atomic -coverpkg=./... $(go list ./... | grep -v awsdynamo)
103
- - uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
103
+ - uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
104
104
with :
105
105
token : ${{ secrets.CODECOV_TOKEN }}
106
106
files : ./unit-tests.xml,./coverage.txt
Original file line number Diff line number Diff line change 46
46
# shellcheck disable=SC2046
47
47
gotestsum --junitfile unit-tests.xml -- -v ./... -race -coverprofile="coverage.txt" -covermode=atomic -coverpkg=./...
48
48
49
- - uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
49
+ - uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
50
50
with :
51
51
token : ${{ secrets.CODECOV_TOKEN }}
52
52
files : ${{ env.testdir }}/coverage.txt
Original file line number Diff line number Diff line change 46
46
# shellcheck disable=SC2046
47
47
gotestsum --junitfile unit-tests.xml -- -v ./... -race -coverprofile="coverage.txt" -covermode=atomic -coverpkg=./...
48
48
49
- - uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
49
+ - uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
50
50
with :
51
51
token : ${{ secrets.CODECOV_TOKEN }}
52
52
files : ${{ env.testdir }}/coverage.txt
Original file line number Diff line number Diff line change 46
46
# shellcheck disable=SC2046
47
47
gotestsum --junitfile unit-tests.xml -- -v ./... -race -coverprofile="coverage.txt" -covermode=atomic -coverpkg=./...
48
48
49
- - uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
49
+ - uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
50
50
with :
51
51
token : ${{ secrets.CODECOV_TOKEN }}
52
52
files : ${{ env.testdir }}/coverage.txt
Original file line number Diff line number Diff line change 46
46
# shellcheck disable=SC2046
47
47
gotestsum --junitfile unit-tests.xml -- -v ./... -race -coverprofile="coverage.txt" -covermode=atomic -coverpkg=./...
48
48
49
- - uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
49
+ - uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
50
50
with :
51
51
token : ${{ secrets.CODECOV_TOKEN }}
52
52
files : ${{ env.testdir }}/coverage.txt
Original file line number Diff line number Diff line change 46
46
# shellcheck disable=SC2046
47
47
gotestsum --junitfile unit-tests.xml -- -v ./... -race -coverprofile="coverage.txt" -covermode=atomic -coverpkg=./...
48
48
49
- - uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
49
+ - uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
50
50
with :
51
51
token : ${{ secrets.CODECOV_TOKEN }}
52
52
files : ${{ env.testdir }}/coverage.txt
Original file line number Diff line number Diff line change 46
46
# shellcheck disable=SC2046
47
47
gotestsum --junitfile unit-tests.xml -- -v ./... -race -coverprofile="coverage.txt" -covermode=atomic -coverpkg=./...
48
48
49
- - uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
49
+ - uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
50
50
with :
51
51
token : ${{ secrets.CODECOV_TOKEN }}
52
52
files : ${{ env.testdir }}/coverage.txt
You can’t perform that action at this time.
0 commit comments