We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61b258 commit aaedc21Copy full SHA for aaedc21
.github/workflows/master.yml
@@ -50,14 +50,13 @@ jobs:
50
pip install uv
51
uv pip install --system -e .[dev] pyinstaller
52
export NUMBA_DISABLE_JIT=1
53
- pytest -n auto --cov --junitxml=junit.xml .
+ pytest -n auto --cov=motion-base .
54
- name: Codecov
55
uses: codecov/codecov-action@v5
56
with:
57
token: ${{ secrets.CODECOV_TOKEN }}
58
slug: TLCFEM/motion-base
59
plugins: pycoverage
60
- report_type: test_results
61
- name: Binary
62
if: matrix.python-version == '3.11'
63
run: |
0 commit comments