mironov / react-redux-loading-bar

Loading Bar (aka Progress Bar) for Redux and React
https://mironov.github.io/react-redux-loading-bar/
MIT License
936 stars 93 forks source link

Use coveralls github action #133

Closed MasterOdin closed 8 months ago

MasterOdin commented 8 months ago

Per feedback on #131, this replaces the usage of the coveralls npm package with the github action. This simplifies the workflow slightly, as well as makes it so that coveralls will report the coverage as part of the overall build checks:

Screenshot 2023-12-27 at 2 39 14 PM

I also removed coveralls package as it didn't seem like something people would want locally installed.

mironov commented 8 months ago

Amazing! Thanks, Matthew!