-
We have coverage numbers, but only in Node.js. I'd like to see the coverage numbers against tests run with Karma.
Gathering coverage from Karma seems fraught with peril.
I would entertain oth…
-
Hey there,
I'm the founder of [Codecov](https://codecov.io) and would like to have an upload option for customers to send reports to Codecov.
Here is an example upload:
``` bash
curl -X POST -d ''…
-
Hi,
Any idea on how to run afl-cov when fuzzing CGC DARPA binaries? Thanks.
-
### Description
We now have automatic code coverage as part of the CI pipeline, posting the result to https://coveralls.io/github/fluentassertions/fluentassertions
At the time of writing our lin…
-
After the adoption of TypeScript 3.7 (https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html) and refactoring of code I use in many places the new `?.` and `??` operators.
I…
Shyiy updated
4 months ago
-
*click the badges below to see more detailed coverage info:*
**branch** | **coverage status**
---------------|---------------------------
`master` | [![Coverage Status](https://coveralls.io/repos…
-
When using coverage with green in django, all import statements, class heads and function heads (presumably etc.) are marked as not covered. I have no idea about the inner workings of the TestRunner, …
-
I have a cobertura coverage file which is crashing because of the following class:
I'm running `format-coverage -t cobertura -d ./cobertura.xml`
```
…
-
Generate a detailed timeline of game releases, branch forks etc.
Need a database to reduce redundant entries & speed up editing
Timeline entries should be full of links to branch_scripts, coverage st…
-
When I test Octave functions, the coverage report works well. but if I test classes (both with the old '@' syntax or the newer classdef) the tests run successfully but the report is empty:
```xml
…