-
### Description of the bug:
When I run `bazel coverage` I expect to see 0% for files that aren't hooked into any tests; however when I run `genhtml` on the `bazel-out/_coverage/_coverage_report.dat`…
-
Need to come up with a selection and storage mechanism for geo spatial data (zipcode list, city list, state list). From #35.
Should be able to:
- [ ] select neighborhoods
- [ ] define a boundary wit…
-
This issue is to capture an aim for the countries included in v0.2 release to aim to provide metrics that cover as many census tables as possible from the source data.
-
I am using babel-plugin-istanbul to generate code coverage report, however, I found that the out.json file only includes the coverage data for tested source files as below:
"C:\\path\\to\\file\\a.ts"…
-
Once https://github.com/mozilla-releng/services/issues/1160 is done.
-
We want to experiment with having a "BYO test coverage explorer" by serving `deno coverage --html` output instead of using Codecov. To start the experiment, we need to create a Deno Deploy project. In…
-
- Create the test cases by reusing the Master leaf sequences that are already present in our Master VIP.
- Reuse the Scoreboard for comparison of the write and read transfer.
- run these test cases …
-
**Is your feature request related to a problem? Please describe.**
I know that I can use libcc to instrument a C program but I am not sure how to instrument a Rust program and get the coverage data.
…
-
### User Story
As a user, I would like to have ADT data correctly mapped to FHIR and then back to HL7
### Description/Use Case
ADT maps IN1 to Coverage and we'll need to write that implementation…
-
Here is an example from a project:
```python
return (
df
.withColumnRenamed("a", "b")
)
```
if the code is modified to:
```python
return self.reset(
df
.withColumnRenamed("a",…