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 911f1ca commit b4e471dCopy full SHA for b4e471d
.github/workflows/run_mapdl_tests.yml
@@ -43,10 +43,12 @@ jobs:
43
run: |
44
uv sync --extra tests
45
- name: Run tests
46
+ env:
47
+ PACKAGE_NAMESPACE: ${{ env.PACKAGE_NAMESPACE }}
48
49
uv sync --extra tests --no-dev
50
uv pip install tests/launcher/pkg_with_entrypoint
- uv run pytest -vx --cov=${{ env.PACKAGE_NAMESPACE }} --cov-report=term --cov-report=xml:.cov/coverage.xml --cov-report=html:.cov/html
51
+ uv run pytest -vx --cov=${PACKAGE_NAMESPACE} --cov-report=term --cov-report=xml:.cov/coverage.xml --cov-report=html:.cov/html
52
53
# - uses: codecov/codecov-action@v5
54
# name: 'Upload coverage to CodeCov'
0 commit comments