mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Fix pytest evocation in github actions
This commit is contained in:
parent
7bef122896
commit
fe3949f53e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
|
@ -25,6 +25,6 @@ jobs:
|
|||
pip install -r requirements/test.txt
|
||||
- name: Run Unittests with pytest
|
||||
run: |
|
||||
xvfb-run --auto-servernum --server-num=1 --server-args="-screen 1 1920x1200x24 -ac +extension GLX" coverage run --source=beeref -m pytest -v -s
|
||||
xvfb-run --auto-servernum --server-num=1 --server-args="-screen 1 1920x1200x24 -ac +extension GLX" pytest --cov-report= -v -s
|
||||
- name: Upload Coverage report to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue