We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a048d93 commit f30ba09Copy full SHA for f30ba09
.github/workflows/coverage.yml
@@ -64,6 +64,7 @@ jobs:
64
- name: Show build cache statistics
65
run: sccache --show-stats
66
- name: Run C++ tests with coverage
67
+ continue-on-error: true
68
run: |
69
unset CONDARC # Interferes with tests
70
./build/libmamba/ext/solv-cpp/tests/test_solv_cpp
@@ -82,6 +83,7 @@ jobs:
82
83
cmake --install build/ --prefix "${CONDA_PREFIX}"
84
python -m pip install --no-deps --no-build-isolation ./libmambapy
85
- name: Run Python tests with coverage
86
87
88
# Run libmambapy tests with coverage
89
python -m pytest libmambapy/tests/ --cov=libmambapy --cov-report=xml --cov-report=term-missing
0 commit comments