Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar92 committed Oct 4, 2024
1 parent b899a10 commit ac11dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/boefjes-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: cd octopoes && python setup.py bdist_wheel && pip install dist/octopoes*.whl

- name: Run pytests
run: python3 -m pytest --cov boefjes/ --cov-reort xml --cov-branch boefjes/tests
run: python3 -m pytest --cov boefjes/ --cov-report xml --cov-branch boefjes/tests

- name: Upload coverage as artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ac11dff

Please sign in to comment.