Commit d9547d8 1 parent bab0140 commit d9547d8 Copy full SHA for d9547d8
File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -797,17 +797,18 @@ jobs:
797
797
if : ${{ !cancelled() && matrix.buildType == 'Coverage' }}
798
798
working-directory : ${{env.RouterBuildDir}}
799
799
run : |
800
- dnf install -y lcov
800
+ dnf install -y lcov git
801
801
cmake --build . --target coverage
802
802
803
803
# https://github.com/codecov/codecov-action
804
804
- name : Upload C Coverage
805
805
if : ${{ !cancelled() && matrix.buildType == 'Coverage' }}
806
806
uses : codecov/codecov-action@v4
807
+ env :
808
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
807
809
with :
808
810
flags : ${{matrix.covType}}tests
809
811
verbose : true
810
- gcov : true
811
812
name : skupper-router
812
813
root_dir : .
813
814
working-directory : ${{github.workspace}}/skupper-router
@@ -822,6 +823,8 @@ jobs:
822
823
- name : Upload Python Coverage
823
824
if : ${{ !cancelled() && matrix.buildType == 'Coverage' }}
824
825
uses : codecov/codecov-action@v4
826
+ env :
827
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
825
828
with :
826
829
flags : py${{matrix.covType}}tests
827
830
verbose : true
You can’t perform that action at this time.
0 commit comments