Skip to content

Commit

Permalink
Update .github/workflows/test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itayB authored Dec 19, 2023
1 parent 643d61e commit 3c6095a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-dev.txt
- name: Test with pytest
run: py.test -v --ff --cov=serversion --cov-report=xml --cov-report=term tests
run: py.test -o junit_family=xunit2 --junitxml result.xml -v --ff --cov=serversion --cov-report=xml --cov-report=term tests
- name: Run Linters
run: make lint
- name: Coverage Report
Expand Down

0 comments on commit 3c6095a

Please sign in to comment.