https://github.com/baumannzone/100-code-coverage-is-useless
💯% Code Coverage is useless
https://github.com/baumannzone/100-code-coverage-is-useless
ava code-coverage css html javascript nodejs testing unit-testing
Last synced: 7 months ago
JSON representation
💯% Code Coverage is useless
- Host: GitHub
- URL: https://github.com/baumannzone/100-code-coverage-is-useless
- Owner: baumannzone
- Created: 2019-08-22T22:17:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T17:01:09.000Z (about 2 years ago)
- Last Synced: 2025-01-23T20:34:02.128Z (9 months ago)
- Topics: ava, code-coverage, css, html, javascript, nodejs, testing, unit-testing
- Language: HTML
- Homepage: https://100-code-coverage-is-useless.netlify.app/
- Size: 5.3 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💯% Code coverage is useless
[](https://github.com/baumannzone/100-code-coverage-is-useless/actions)
[](https://coveralls.io/github/baumannzone/100-code-coverage-is-useless?branch=master)
[](https://app.netlify.com/sites/100-code-coverage-is-useless/deploys)[](#contributors-)
---
* [Live Demo](#demo)
* [Install](#install)
* [Run code](#run-code)
* [Run tests](#run-tests)
* [Aditional info](#aditional-info)
* [License](#license)
* [Contributors ✨](#contributors--)> Code Coverage is a measurement of the percentage of code lines executed during the test suite.

## DEMO:
`/src`: https://100-code-coverage-is-useless.netlify.app/
Blog post: https://medium.com/@baumannsito/100-code-coverage-is-useless-48fcd5e0128b## Install
```
npm install
```## Run code
```
npm run start
```## Run tests
```
# run tests
npm run test# run tests & get coverage report
npm run test:coverage
```## Aditional Info
- Test runner: [AVA](https://github.com/avajs/ava)
- Coverage report: https://istanbul.js.org/## License
This material is available for private, non-commercial use under the GPL version 3. If you would like to use this material to conduct your own workshop, please contact me at [@baumannzone](https://twitter.com/baumannzone)---
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!