Skip to content

Commit

Permalink
Update CI.yaml (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
selimsami committed Jul 13, 2023
1 parent 1cc76f0 commit 796c3c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:

run: |
pytest -v -m "not slow" --cov=qforce --cov-report=xml --color=yes qforce/tests/
pytest -v -m "slow" --cov=qforce --cov-append --cov-report=xml --color=yes qforce/tests/
- name: CodeCov
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 796c3c6

Please sign in to comment.