When running the nyc instrument --compact=false src instrumented command, the Vue files in the newly created instrumented folder are properly instrumented.
Observed Behavior
When running the nyc instrument --compact=false src instrumented command, the Vue files are generated in the instrumented folder, but unlike their .js counterparts, they are not instrumented
Troubleshooting steps
[ ] still occurring when I put cache: false in my nyc config
Link to bug demonstration repository
Vue 3 https://github.com/scaricopax8/nyc-vue-3
Vue 2 https://github.com/scaricopax8/nyc-vue-2
Expected Behavior
When running the
nyc instrument --compact=false src instrumented
command, the Vue files in the newly createdinstrumented
folder are properly instrumented.Observed Behavior
When running the
nyc instrument --compact=false src instrumented
command, the Vue files are generated in theinstrumented
folder, but unlike their.js
counterparts, they are not instrumentedTroubleshooting steps
cache: false
in my nyc configEnvironment Information