bcomnes / dual-package-template

Only use this if you basically have 0 dependencies. Dual packages basically don't support any esm dependencies, defeating the point.
MIT License
1 stars 0 forks source link

Coverage #2

Open bcomnes opened 4 years ago

bcomnes commented 4 years ago

Coverage is key, just set it up.

Some kind of reporting action? That would be great.

https://developer.github.com/v3/checks/

bcomnes commented 4 years ago

Probably switch to tap. Looking better than tape these days and has everything I want and makes testing easier.

bcomnes commented 4 years ago

Need to test with VSCode debugging though.