File tree 1 file changed +1
-33
lines changed
1 file changed +1
-33
lines changed Original file line number Diff line number Diff line change 60
60
cd build
61
61
ctest --output-on-failure
62
62
63
- - name : create cov report
64
- run : |
65
- sudo apt-get update
66
- sudo apt-get -y install lcov
67
- mkdir -p cov_report
68
- ./create_cov_report.sh ut
69
-
70
- - name : Upload coverage to Codecov
71
- uses : codecov/codecov-action@v4
72
- with :
73
- verbose : true
74
- fail_ci_if_error : true
75
- token : ${{ secrets.CODECOV_TOKEN }}
76
- directory : ./cov_report/
77
- files : ./cov_report/cov-ut.info
78
-
79
63
pft :
80
64
runs-on : ubuntu-20.04
81
65
container : ghcr.io/neugates/build:x86_64-v2.10
@@ -120,20 +104,4 @@ jobs:
120
104
pytest -s -v tests/ft/app/"test_azure.py"
121
105
else
122
106
pytest -s -v tests/ft/metrics/"test_metrics.py"
123
- fi
124
-
125
- - name : create cov report
126
- run : |
127
- sudo apt-get update
128
- sudo apt-get -y install lcov
129
- mkdir -p cov_report
130
- ./create_cov_report.sh ${{ matrix.plugin }}
131
-
132
- - name : Upload coverage to Codecov
133
- uses : codecov/codecov-action@v4
134
- with :
135
- verbose : true
136
- fail_ci_if_error : true
137
- token : ${{ secrets.CODECOV_TOKEN }}
138
- directory : ./cov_report/
139
- files : ./cov_report/cov-${{ matrix.plugin }}.info
107
+ fi
You can’t perform that action at this time.
0 commit comments