Skip to content

Commit d445bb6

Browse files
committed
Tweak pytest coveralls config
1 parent e0bbd92 commit d445bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests-action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
sudo apt-get install xvfb
3838
sudo apt-get install qtbase5-dev
3939
- 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
40+
run: xvfb-run --auto-servernum /usr/share/miniconda/envs/test-environment/bin/pytest -n 2 --cov-report= --cov=Stoner --junitxml pytest.xml
4141
env:
4242
TZ: Europe/London
4343
LC_CTYPE: en_GB.UTF-8
@@ -48,7 +48,7 @@ jobs:
4848
uses: coverallsapp/github-action@v2
4949
with:
5050
flag-name: run-${{ join(matrix.*, '-') }}
51-
parallel: true
51+
format: python
5252
github-token: ${{ secrets.GITHUB_TOKEN }}
5353
- name: Upload Unit Test Results
5454
if: always()

0 commit comments

Comments
 (0)