From 8383ad4fe81296b3fbaaa4930aa7826ae1cda0db Mon Sep 17 00:00:00 2001 From: Matteo Bachetti Date: Fri, 9 Jun 2023 12:26:40 +0200 Subject: [PATCH] Calculate coverage with old versions as well --- .github/workflows/ci_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 5e700c181..c9601de4a 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -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'