-
I am trying to generate the html reports for my es6 code and receive the following error.
`Cannot read property 'start' of undefined
TypeError: Cannot read property 'start' of undefined
at /Users…
-
In my code structure, there are multiple directories under `src`, and there is one directory `test` which contains unit test files.
My `mocha_istanbul` configuration as follows:
```
mocha_istanbu…
-
Project setup : vue3-vite5
Playwright Report Config : `reporter: [
['list'],
[
'monocart-reporter',
{
coverage: {
inline: true,
reports: ['v8', …
-
In the image below, lines 181, 184, and 187 are showing as not covered by my tests but the tests specifically test the correct execution of those lines. To verify that there wasn't a problem in my tes…
-
I have some trouble when run project with cmake. the errors listed as follows.
Can anyone give me some advices about it,please?
```
cong@pc:~/Program/zookeeper-cpp$ cmake .
-- Software Version: …
-
sample project:
https://github.com/njleonzhang/karma-study/tree/master/karma-2
Here is the config file:
```
// Karma configuration
module.exports = function(config) {
config.set({
…
-
Running `make coverage` no longer generates code coverage reports. Code coverage generation fails with the error message below.
`100% tests passed, 0 tests failed out of 7
Total Test time (real) = …
-
I like the output codecov.io gives in its integration.
Example:
![image](https://user-images.githubusercontent.com/924465/58994661-2b29ee80-87a6-11e9-89ef-dd03c6f167ee.png)
The graphical stuf…
-
I execute qunit like so:
```
$(NODE_MODULES)/qunit \
--cov \
--timeout 60000 \
-d Random:$(BOWER_COMPONENTS)/random/lib/random.js \
-c Prob:dist/prob-min.js \
…
bramp updated
7 years ago
-
Hi. I saw a similar issue that was closed with the comment "open a new ticket if problem is not solved". Checked the list and didnt find any, so here it is.
```
/* istanbul ignore else */
if (p…