| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This example repository shows how Codecov can be integrated with a simple Node.js project. It uses GitHub Actions as the CI/CD provider and the built-in Node.js test runner with c8 as the coverage provider.
npm install
npm testThis runs the test suite and writes an lcov coverage report to coverage/ along with a JUnit report at junit.xml.
| Back | FazBrowse Home | New Git URL |