Skip to content

Commit d8aafac

Browse files
committed
remove codecoverage
1 parent 932f130 commit d8aafac

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/manifold.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,10 @@ jobs:
8383
python3 bindings/python/examples/run_all.py -e
8484
python3 -m pytest
8585
86-
- uses: codecov/codecov-action@v5
87-
if: matrix.parallelization == 'OFF'
88-
with:
89-
disable_search: true
90-
files: build/code_coverage.info
91-
fail_ci_if_error: false
92-
name: ${{matrix.parallelization}}
93-
token: ${{secrets.CODECOV_TOKEN}}
94-
verbose: true
86+
9587
- name: test cmake consumer
9688
run: |
97-
mkdir -P build
89+
mkdir build
9890
cd build
9991
sudo cmake --install .
10092
cd ..

0 commit comments

Comments
 (0)