Skip to content

Commit

Permalink
ci: Split coverage run from forked tests (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek authored Mar 25, 2023
1 parent 708b8f6 commit cf35c18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install coverage pytest-forked pytest-github-actions-annotate-failures
- run: python robot.py coverage test -- -v --forked
- run: python robot.py test -- -v --forked
- run: python robot.py coverage test -- -v
- uses: codecov/codecov-action@v3

0 comments on commit cf35c18

Please sign in to comment.