Skip to content

Commit b6b0a57

Browse files
committed
Minor update
1 parent a61b258 commit b6b0a57

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release
22
on:
33
push:
4-
branches: [master]
4+
branches: [ master ]
55
jobs:
66
build:
77
runs-on: ubuntu-latest
@@ -50,14 +50,11 @@ 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 --cov-report=xml tests/
5454
- name: Codecov
5555
uses: codecov/codecov-action@v5
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}
58-
slug: TLCFEM/motion-base
59-
plugins: pycoverage
60-
report_type: test_results
6158
- name: Binary
6259
if: matrix.python-version == '3.11'
6360
run: |

0 commit comments

Comments
 (0)