This repository was archived by the owner on Jan 19, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 - name : Generate unit-tests coverage
8585 run : make coverage-unit-tests
8686 - name : Upload unit-tests coverage to Codecov
87- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
87+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
8888 env :
8989 CODECOV_TOKEN : ${{ secrets.CODECOV_ORG_TOKEN }}
9090 with :
9595 - name : Generate integration-tests coverage
9696 run : make coverage-integration-tests
9797 - name : Upload integration-tests coverage to Codecov
98- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
98+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
9999 env :
100100 CODECOV_TOKEN : ${{ secrets.CODECOV_ORG_TOKEN }}
101101 with :
@@ -104,7 +104,7 @@ jobs:
104104 flags : integration-tests
105105 verbose : true
106106 - name : Upload OTEL integration-tests coverage to Codecov
107- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
107+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
108108 env :
109109 CODECOV_TOKEN : ${{ secrets.CODECOV_ORG_TOKEN }}
110110 with :
You can’t perform that action at this time.
0 commit comments