Skip to content

Commit 01a3f20

Browse files
committed
ci: rm upload cov
1 parent 904a8dd commit 01a3f20

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

.github/workflows/check.yml

+1-33
Original file line numberDiff line numberDiff line change
@@ -60,22 +60,6 @@ jobs:
6060
cd build
6161
ctest --output-on-failure
6262
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-
7963
pft:
8064
runs-on: ubuntu-20.04
8165
container: ghcr.io/neugates/build:x86_64-v2.10
@@ -120,20 +104,4 @@ jobs:
120104
pytest -s -v tests/ft/app/"test_azure.py"
121105
else
122106
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

0 commit comments

Comments
 (0)