https://github.com/erickwendel/code-coverage-from-scratch
Examples from my video about creating a code coverage tool in JS from scratch
https://github.com/erickwendel/code-coverage-from-scratch
coverage javascript nodejs tests v8
Last synced: 26 days ago
JSON representation
Examples from my video about creating a code coverage tool in JS from scratch
- Host: GitHub
- URL: https://github.com/erickwendel/code-coverage-from-scratch
- Owner: ErickWendel
- Created: 2023-01-02T22:49:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T12:59:56.000Z (over 2 years ago)
- Last Synced: 2025-04-04T21:24:03.855Z (about 2 months ago)
- Topics: coverage, javascript, nodejs, tests, v8
- Language: JavaScript
- Homepage: https://youtu.be/tNjmQxwD1TM
- Size: 7.81 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# streams-api-throttling-processing-data
## About
Welcome, this repo is part of my [**youtube video**](https://youtu.be/tNjmQxwD1TM) about **Creating your own code coverage tool using JavaScript, Node.js and the v8 engine**
First of all, leave your star 🌟 on this repo.Access our [**exclusive telegram channel**](https://bit.ly/canalerickwendel) so I'll let you know about all the content I've been producing
## Complete source code
- Access it in [app](./recorded/)
## Have fun!