-
We only need `go build -cover` to build the binary for integration testing, It will be simpler for building and testing.
Branch: master, release-7.1
Ref:
- https://github.com/pingcap/tidb/blob…
-
## README Badges
~~I'd like to move the whole big list of supported games out of README~~ (done!)
We could `docs/generate` coverage badges as part of GitHub Actions
Much less painful than manually upd…
-
```java
switch(x) {
case "one":
some statement;
break;
case "two":
some statement;
break;
default:
break;
}
```
If I have tests that g…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
Using the nuget package https://www.nuget.org/packages/Microsoft.CodeCoverage/ and pointing into it with runsettings
```
thepath\17.3.1\build\netstandard1.0
```
```
```
-
**Is your feature request related to a problem? Please describe.**
FS suffers from the unfortunate pattern of run time checks for endian (and associated logic), which leads to uncovered branches and …
-
**Is your feature request related to a problem? Please describe.**
TBL suffers from the unfortunate pattern of run time checks for endian (and associated logic), which leads to uncovered branches and…
-
### Describe a bug
When I have setup jest with babel and code all in one directory i get this report:
![image](https://github.com/ArtiomTr/jest-coverage-report-action/assets/1875634/4abff31f-f22f-…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
I'm trying to integrate slipcover instead of a coverage.py, as coverage.py takes an already too long 4*35 minutes without coverage (test suite split into 4 CI jobs), to about 45-50+ min without covera…