File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed
Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 88 uses : ThreeDotsLabs/watermill/.github/workflows/tests.yml@master
99 with :
1010 stress-tests : true
11- codecov :
12- runs-on : ubuntu-latest
13- steps :
14- - uses : actions/checkout@v4
15- - uses : actions/setup-go@v4
16- with :
17- go-version : ' ^1.21.1'
18- - run : make test_codecov
19- - uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 33 pull_request :
44jobs :
55 ci :
6- uses : ThreeDotsLabs/watermill/.github/workflows/tests.yml@codeconv-pr
6+ uses : ThreeDotsLabs/watermill/.github/workflows/tests.yml@master
Original file line number Diff line number Diff line change 4242 - run : make test_race
4343 - run : make test_stress
4444 if : ${{ inputs.stress-tests }}
45-
4645 codecov :
4746 runs-on : ubuntu-latest
4847 steps :
5453 - run : make up
5554 - run : make wait
5655 - run : make test_codecov
57- - uses : codecov/codecov-action@v3
56+ - uses : codecov/codecov-action@v4
57+ with :
58+ fail_ci_if_error : true
59+ files : ./coverage.out
60+ token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments