We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb3658 commit 7481527Copy full SHA for 7481527
.github/workflows/codecov.yml
@@ -17,6 +17,7 @@ jobs:
17
- run: sudo apt install -y lcov
18
- run: |
19
set -xe
20
+ pip install "pip<23" setuptools==65.2
21
CMAKE_ARGS="-DCMAKE_CXX_FLAGS=--coverage -DCMAKE_C_FLAGS=--coverage -DCMAKE_Fortran_FLAGS=--coverage" pip install -e .[tests]
22
pytest -We tests
23
lcov --capture --directory ./build/*/_PyPartMC/CMakeFiles/_PyPartMC.dir/ --output-file coverage.info --no-external
0 commit comments