We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932f130 commit d8aafacCopy full SHA for d8aafac
1 file changed
.github/workflows/manifold.yml
@@ -83,18 +83,10 @@ jobs:
83
python3 bindings/python/examples/run_all.py -e
84
python3 -m pytest
85
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
+
95
- name: test cmake consumer
96
run: |
97
- mkdir -P build
+ mkdir build
98
cd build
99
sudo cmake --install .
100
cd ..
0 commit comments