Skip to content

Commit

Permalink
working on github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Dec 30, 2024
1 parent f0ff030 commit ad03a04
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ jobs:
continue-on-error: true
- name: Test and generate coverage report
run: |
# I CAN NOT FOR THE LIFE OF ME GET THIS TO WORK
# SOMEBODY HELP !!!!!
# pytest ./src/pymapmanager -s --cov=./src/pymapmanager --cov-report=xml src/pymapmanager
# pytest ./src/pymapmanager -s --cov=./src/pymapmanager --cov-report=xml src/pymapmanager
coverage run -m pytest -s src/pymapmanager/tests
#coverage run -m pytest -s src/pymapmanager/tests
pytest ./src/pymapmanager/tests -s --cov=./src/pymapmanager/tests --cov-report=xml src/pymapmanager/tests
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit ad03a04

Please sign in to comment.