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:
I also removed coveralls package as it didn't seem like something people would want locally installed.
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:I also removed
coveralls
package as it didn't seem like something people would want locally installed.