File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,15 +88,15 @@ jobs:
8888 go test -v -coverprofile=coverage.cov -coverpkg=./... ./... 2>&1 | \
8989 tee >(go-junit-report -set-exit-code > junit-report.xml)
9090 - name : Upload test results to Codecov
91- uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
91+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
9292 if : always() && !cancelled()
9393 with :
9494 report_type : test_results
9595 files : junit-report.xml
9696 verbose : true
9797 token : ${{ secrets.CODECOV_TOKEN }}
9898 - name : Upload code coverage report to Codecov
99- uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
99+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
100100 with :
101101 report_type : coverage
102102 files : coverage.cov
You can’t perform that action at this time.
0 commit comments