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 ed0b4ab commit fb5bf3dCopy full SHA for fb5bf3d
1 file changed
.github/workflows/ci.yaml
@@ -101,6 +101,9 @@ jobs:
101
- name: Run tests
102
run: |
103
# uv run --no-sync pytest -r a -v src tests --doctest-modules --cov=src --cov-report=term-missing --cov-report=xml
104
+ uv run --no-editable --reinstall-package example-fgen-basic python -c 'import example_fgen_basic;print(example_fgen_basic.__file__)'
105
+ cd .venv/lib/python3.11/site-packages/example_fgen_basic
106
+ python -c 'import _lib; print("Found it here")'
107
uv run --no-editable --reinstall-package example-fgen-basic pytest -r a -v src tests --doctest-modules --cov=src --cov-report=term-missing --cov-report=xml
108
uv run --no-sync coverage report
109
- name: Upload coverage reports to Codecov with GitHub Action
0 commit comments