-
- [x] travis
- [ ] npm run test
-
```
Downloading artifacts from 250/257 test task...
Traceback (most recent call last):
File "codecoverage.py", line 480, in
main()
File "codecoverage.py", line 473, in main
generate…
-
As we start relying on automated test execution to deploy our application we want to know how well tested are our applications. One of the most common metrics is code coverage. Since AppSync relies on…
-
@RIAEvangelist WHY??? Why did you decide to follow `@Marak`'s lead? Now everyone's mad at you!
https://github.com/RIAEvangelist/node-ipc
-
**Context**
While coding the logs enhancement ticket, a few questions were raised regarding some architecture and/or coding rules points.
This ticket summarize those questions so that all teams invo…
-
I get:
```
/filter-lcov.py", line 19, in
with open(tracefile, 'r', encoding="utf8") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or direct…
-
Sometimes different jobs cover different part of code (for example, in #244). To get real coverage results, we need to merge results of different pipelines. coveralls.io [documentation](https://docs.c…
-
Mocha Istanbul could allow to display code coverage as follow :
Statements : 100% ( 83/83 )
Branches : 100% ( 24/24 )
Functions : 100% ( 23/23 )
Lines : 100% ( 83/83 )
Ideally, it would color the line…
-
**Describe the bug**
remotePathResolve does not seem to work when having a `coverage.xml` file with Unix paths and the VS Code Coverage Gutters extension running on Windows.
**To Reproduce**
…
-
thoat updated
6 years ago