Skip to content

Commit

Permalink
Fix codecov integration part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rbreu committed Dec 2, 2023
1 parent b122c3b commit d8281f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" pytest --cov=./ --cov-report=xml
xvfb-run --auto-servernum --server-num=1 --server-args="-screen 1 1920x1200x24 -ac +extension GLX" pytest beeref --cov=./ --cov-report=xml
- name: Upload Coverage report to Codecov
uses: codecov/codecov-action@v3

0 comments on commit d8281f5

Please sign in to comment.