-
**Is your feature request related to a problem? Please describe.**
When running the following GitHub Action on a Lerna mono-repository if any single package fails, it still reports success.
In my…
-
I don't know whether this is a problem with grcov or Codecov, but you seem more accessible, so I'll start here.
I am attempting to set up coverage reporting of [my Rust project](https://github.com/…
-
In order to lower our CI costs, we're building once and sharing that build across multiple partition test runs (via ember exam). All seems to work fine, but the `lcov.info` reports being generated acr…
-
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
-
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: …
-
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…
-
I have added /* istanbul ignore next */ , but it doesn't work.
here is my project: https://github.com/rikisamurai/swc-jest-issue. You can reproduce the issue by running the command ```pnpm test```
v…
-
Agregar esta herramienta de analisis de codigo estatico para el chequeo del codigo que se va subiendo
- en progreso -
-
| | |
| --- | --- |
| Bugzilla Link | [34795](https://llvm.org/bz34795) |
| Version | trunk |
| OS | Linux |
| CC | @hyp,@def-,@MaggieYingYi,@vedantk |
## Extended Description
I was just experimen…
-
Hi all,
I currently use karma-coverage on a bigger webpack based project. The html reporter works just fine and shows the coverage information on the original source. However, the lcov and cobertura …