JavaScript Code Coverage Using GitHub Actions and Codecov

Code coverage is a software-testing metric that determines how many lines of code have successfully validated under a test suite, and is usually measured with specialized tools like Codecov. These … Read more

Similar

Require Parameters for JavaScript Functions

JavaScript is notorious for being “loose”, something that some developers love but other developers loathe.  I hear most of those complaints from server side developers, who want string typing and syntax.  While I like strict coding standards, I also like... (more…)

Read more »