We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819a42f commit 3ab8a90Copy full SHA for 3ab8a90
.github/workflows/master.yml
@@ -1,7 +1,7 @@
1
name: Release
2
on:
3
push:
4
- branches: [master]
+ branches: [ master ]
5
jobs:
6
build:
7
runs-on: ubuntu-latest
@@ -50,15 +50,9 @@ jobs:
50
pip install uv
51
uv pip install --system -e .[dev] pyinstaller
52
export NUMBA_DISABLE_JIT=1
53
- pytest -n auto --cov=motion-base --junitxml=junit.xml .
+ pytest -n auto --cov=motion-base --cov-report=xml .
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
- - name: Result
61
- uses: codecov/test-results-action@v1
62
with:
63
token: ${{ secrets.CODECOV_TOKEN }}
64
- name: Binary
0 commit comments