Skip to content

Commit

Permalink
Coverage Test Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Inspirol committed Jan 12, 2024
1 parent ee928bd commit 3e56585
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python3 -m pip install robotpy
pip install coverage
python3 -m pip install robotpy==2024.1.1.3
python3 -m pip install coverage
python3 -m robotpy sync
- name: Run Coverage
run: |
coverage run -m robotpy test
python3 -m robotpy coverage test --coverage-mode
- run: coverage xml --omit=mechanism_setup.py

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python3 -m pip install robotpy
python3 -m pip install robotpy==2024.1.1.3
pip install coverage
python3 -m robotpy sync
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ robotpy_extras = [
# Other pip packages to install
requires = [
"robotpy-commands-v2==2024.0.0b4",
# "robotpy-ctre==2024.0.0b4",
]

0 comments on commit 3e56585

Please sign in to comment.