Skip to content

Commit aaedc21

Browse files
committed
Minor update
1 parent a61b258 commit aaedc21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,13 @@ jobs:
5050
pip install uv
5151
uv pip install --system -e .[dev] pyinstaller
5252
export NUMBA_DISABLE_JIT=1
53-
pytest -n auto --cov --junitxml=junit.xml .
53+
pytest -n auto --cov=motion-base .
5454
- name: Codecov
5555
uses: codecov/codecov-action@v5
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}
5858
slug: TLCFEM/motion-base
5959
plugins: pycoverage
60-
report_type: test_results
6160
- name: Binary
6261
if: matrix.python-version == '3.11'
6362
run: |

0 commit comments

Comments
 (0)