Figure out caching issue
- Lingua principale
- JavaScript
- Stelle
- 2
- Fork
- 2
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Some modules cached before semicov tries to load it. This behavior should be eliminated.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
The issue mentions modules being cached before semicov loads them, which likely relates to Node.js module caching interfering with coverage instrumentation. Start by examining the main entry point (likely index.js or lib/semicov.js) and the module loading logic. Look for how semicov hooks into require() or uses tools like istanbul. Understanding the caching behavior and where to intercept module loading is key. A test demonstrating the issue would help verify a fix.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- javascript, nodejs
- Ambito
- testing-qa, tooling
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 25/100