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

Current rendered template installs and runs coveralls/codecov unconditionallly. #458

Closed weaverba137 closed 4 years ago

weaverba137 commented 4 years ago

The current rendered .travis.yml file contains these instructions. However, if one simply uncomments the desired lines, then coveralls or codecov are installed and run unconditionally, without checking to see whether a coverage test was actually run.

The astropy .travis.yml file has an actual test.

weaverba137 commented 4 years ago

Looks like this has been fixed in the latest rendered template, no need to keep this open.