-
gRPC tests seem to run but code coverage reported is only shows 20% of the code tested:
https://codecov.io/gh/getsentry/sentry-dotnet/tree/e2e00a4c51e4a890eadecdcc9989a2526a4a2a35/src/Sentry.AspNet…
-
```
platform win32 -- Python 2.7.16, pytest-4.4.1, py-1.8.0, pluggy-0.11.0 -- c:\workspace\projects\pytest-dummy\.venv\scripts\python.exe
cachedir: .pytest_cache
rootdir: C:\workspace\projects\pyte…
-
The following issues are all tied-together with the ideas of identifying documents and sections and what they contain, and then checking if it made it into OMOP or not.
- #81 is about a new table t…
-
Use case: code coverage for android library.
See: **https://github.com/heershingenmosiken/android-assertions** repository, branch **jacoco-android** gradle module **android-assertions**.
Tests ru…
-
### Analysis Steps
- [ ] Build script to create and save summary analytic values for a given part of our operation
- [x] Analysts must install hydrotools package https://github.com/HARPgroup/hydr…
-
Ternary operator errors of not covering both branches can't be detected by coverage, so it would be useful to mutate these to enable/disable each branch. E.g.
```python
mark = "x" if count % 2 el…
-
### Description
In the README I noticed the following section:
```
You must end-up with one coverage file per directory:
pkg1/coverage.xml
pkg2/coverage.xml
pkg3/coverage.xml
...
```
…
-
I'm not really sure what the expected behavior here should be. I'm using Playwright to run tests and extract coverage reports from V8 for the same test run, [and to then convert and merge them togethe…
-
As part of a broader [React and related dependency upgrade](https://github.com/cloud-gov/pages-core/issues/3372), we likely need to significantly change our current test suite:
- the primary test ren…
-
It appears that code coverage and code quality integration is not yet set up. Thus I removed the badges from the README prior to making the 1.0.0 release. Once this is set up ...
```
[![Code Cover…