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 dc5dd66 commit efaf816Copy full SHA for efaf816
.github/workflows/ci.yaml
@@ -125,9 +125,6 @@ jobs:
125
uv-dependency-install-flags: "-v --reinstall-package example-fgen-basic -Ccompile-args='-v' --all-extras --group tests "
126
- name: Run tests
127
run: |
128
- echo $CI
129
- ls C:/mingw64/bin
130
- # ls C:\\ProgramData\\mingw64\\mingw64\\bin
131
COV_DIR=`uv run --no-sync python -c 'from pathlib import Path; import example_fgen_basic; print(Path(example_fgen_basic.__file__).parent)'`
132
uv run --no-sync pytest -r a -v tests src --doctest-modules --doctest-report ndiff --cov=${COV_DIR} --cov-report=term-missing --cov-report=xml
133
uv run --no-sync coverage report
0 commit comments