Skip to content

Commit

Permalink
Calculate coverage with old versions as well
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed Jun 9, 2023
1 parent f5511f4 commit 8383ad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
# Test with the various supported releases of Astropy.
- os: ubuntu-latest
python: '3.8'
tox_env: 'py38-test-astropy4'
tox_env: 'py38-test-astropy4-cov'

- os: ubuntu-latest
python: '3.10'
tox_env: 'py310-test-astropy5'
Expand Down

0 comments on commit 8383ad4

Please sign in to comment.