astropy / package-template

Template for packages that use Astropy. Maintainer: @astrofrog
http://docs.astropy.org/projects/package-template/en/latest/
Other
60 stars 63 forks source link

Have coverage upload only happen for cov tests #473

Closed karllark closed 4 years ago

karllark commented 4 years ago

The coverage upload should only happen for tests that have the cov tag. This PR wraps the upload to coveralls and/or codecov in an if statement to have this happen. This is the behavior for the astropy package currently.

pllim commented 4 years ago

Thanks!