Skip to content

Commit

Permalink
add coverage to py312 test job
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioteula committed Oct 8, 2024
1 parent 63f6002 commit ecd790f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: Install dependencies
run: pip install -e . && pip install pytest
run: pip install -e . && pip install coverage pytest
- name: Run tests
run: coverage run -m pytest && coverage xml && coverage report
- name: Save code coverage file
Expand Down

0 comments on commit ecd790f

Please sign in to comment.