Skip to content

Commit 5e8e663

Browse files
committed
Github actions: Remove broken coverage workflow
1 parent 111529b commit 5e8e663

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -171,33 +171,6 @@ jobs:
171171
- uses: ./.github/actions/build
172172
- uses: ./.github/actions/ctest
173173

174-
ubuntu20-gcc10-coverage:
175-
runs-on: ubuntu-20.04
176-
env:
177-
CC: gcc-10
178-
CXX: g++-10
179-
CXXFLAGS: -Wno-stringop-overflow
180-
BUILD_TYPE: Coverage
181-
steps:
182-
- uses: actions/checkout@v2
183-
with:
184-
submodules: true
185-
- uses: ./.github/actions/install-ubuntu
186-
- uses: ./.github/actions/cmake
187-
- uses: ./.github/actions/build
188-
- uses: ./.github/actions/ctest
189-
- name: Coverage
190-
run: |
191-
curl -S -f https://codecov.io/bash -o codecov
192-
chmod +x codecov
193-
gcov-${CXX#g++-} -p $(find test/CMakeFiles -name '*.o')
194-
./codecov -Z -c -X gcov -F unit_tests
195-
gcov-${CXX#g++-} -p $(find test/data-tests -name '*.o')
196-
./codecov -Z -c -X gcov -F data_tests
197-
gcov-${CXX#g++-} -p $(find examples -name '*.o')
198-
./codecov -Z -c -X gcov -F examples
199-
working-directory: build
200-
201174
ubuntu20-gcc10-release:
202175
runs-on: ubuntu-20.04
203176
env:

0 commit comments

Comments
 (0)