File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,23 +39,23 @@ jobs:
3939 run : make test
4040
4141 - name : Upload unit test coverage report
42- uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
42+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
4343 env :
4444 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
4545 with :
4646 files : ./cover.out
4747 flags : controller
4848
4949 - name : Upload api test coverage report
50- uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
50+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
5151 env :
5252 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
5353 with :
5454 files : ./api_cover.out
5555 flags : api
5656
5757 - name : Upload schema test coverage report
58- uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
58+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
5959 env :
6060 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
6161 with :
You can’t perform that action at this time.
0 commit comments