spacetelescope / webbpsf

James Webb Space Telescope PSF simulation tool
https://webbpsf.readthedocs.io
BSD 3-Clause "New" or "Revised" License
119 stars 63 forks source link

Check codecov setup; Codecov badge on GitHub page is not working #891

Open mperrin opened 3 months ago

mperrin commented 3 months ago

The README displayed at the main GitHub page https://github.com/spacetelescope/webbpsf has these little badges. I noticed the codecov one is not working:

Screenshot 2024-07-30 at 12 26 08 PM

The actual codecov coverage tests are running for each pull request, so I am not sure why this isn't working. It may be that the issue is that there's no code coverage tests on the master branch, just on the pull requests. Compare: https://app.codecov.io/gh/spacetelescope/webbpsf/pulls versus https://app.codecov.io/gh/spacetelescope/webbpsf

Not a high priority issue, but probably just need some relatively small config fix maybe?