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 735c872 commit 0ac144aCopy full SHA for 0ac144a
.github/workflows/ci.yaml
@@ -126,7 +126,8 @@ jobs:
126
- name: Run tests
127
run: |
128
echo $CI
129
- ls C:\\ProgramData\\mingw64\\mingw64\\bin
+ 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