File tree 2 files changed +27
-27
lines changed
2 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 99
99
- name : Generate unit-tests coverage
100
100
run : make coverage-unit-tests
101
101
- name : Upload unit-tests coverage to Codecov
102
- uses : codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
102
+ uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
103
103
env :
104
104
CODECOV_TOKEN : ${{ secrets.CODECOV_ORG_TOKEN }}
105
105
with :
@@ -110,7 +110,7 @@ jobs:
110
110
- name : Generate integration-tests coverage
111
111
run : make coverage-integration-tests
112
112
- name : Upload integration-tests coverage to Codecov
113
- uses : codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
113
+ uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
114
114
env :
115
115
CODECOV_TOKEN : ${{ secrets.CODECOV_ORG_TOKEN }}
116
116
with :
You can’t perform that action at this time.
0 commit comments