Skip to content

Commit 3ab8a90

Browse files
committed
Minor update
1 parent 819a42f commit 3ab8a90

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 8 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,15 +50,9 @@ jobs:
5050
pip install uv
5151
uv pip install --system -e .[dev] pyinstaller
5252
export NUMBA_DISABLE_JIT=1
53-
pytest -n auto --cov=motion-base --junitxml=junit.xml .
53+
pytest -n auto --cov=motion-base --cov-report=xml .
5454
- name: Codecov
5555
uses: codecov/codecov-action@v5
56-
with:
57-
token: ${{ secrets.CODECOV_TOKEN }}
58-
slug: TLCFEM/motion-base
59-
plugins: pycoverage
60-
- name: Result
61-
uses: codecov/test-results-action@v1
6256
with:
6357
token: ${{ secrets.CODECOV_TOKEN }}
6458
- name: Binary

0 commit comments

Comments
 (0)