We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0bbd92 commit d445bb6Copy full SHA for d445bb6
.github/workflows/run-tests-action.yaml
@@ -37,7 +37,7 @@ jobs:
37
sudo apt-get install xvfb
38
sudo apt-get install qtbase5-dev
39
- name: Test with xvfb
40
- run: xvfb-run --auto-servernum /usr/share/miniconda/envs/test-environment/bin/pytest -n 2 --cov-report=xml:cov.xml --cov=Stoner --junitxml pytest.xml
+ run: xvfb-run --auto-servernum /usr/share/miniconda/envs/test-environment/bin/pytest -n 2 --cov-report= --cov=Stoner --junitxml pytest.xml
41
env:
42
TZ: Europe/London
43
LC_CTYPE: en_GB.UTF-8
@@ -48,7 +48,7 @@ jobs:
48
uses: coverallsapp/github-action@v2
49
with:
50
flag-name: run-${{ join(matrix.*, '-') }}
51
- parallel: true
+ format: python
52
github-token: ${{ secrets.GITHUB_TOKEN }}
53
- name: Upload Unit Test Results
54
if: always()
0 commit comments