File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,23 +42,23 @@ jobs:
4242 run : make test
4343
4444 - name : Upload unit test coverage report
45- uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
45+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
4646 env :
4747 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
4848 with :
4949 files : ./cover.out
5050 flags : controller
5151
5252 - name : Upload api test coverage report
53- uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
53+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
5454 env :
5555 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
5656 with :
5757 files : ./api_cover.out
5858 flags : api
5959
6060 - name : Upload schema test coverage report
61- uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
61+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
6262 env :
6363 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
6464 with :
You can’t perform that action at this time.
0 commit comments