-
To move forward with JRuby 9.2 I have tagged off the new Coverage options tests (lines, branches, methods). We still need to implement this for 2.5 compatibility, but it is being reduced in priority.
…
-
My vitest has the following configuration:
```
export default defineConfig({
test: {
coverage: {
reporter: process.env.GITHUB_ACTIONS
? ['json', 'json-summary']
: ['…
-
I see there is a folder of tests on your Github web. However, there seem no automated tests or manual steps described so that the functionality of the software can be verified. Please add it on.
-
## Problem Description
Currently, when evaluating branch coverage metrics, each instantiation of a C++ templated function is counted as if it were separate source code. This seems to also apply to …
-
coverage를 체크하려면 먼저
pip install coverage를 해서 하면 되는걸까요??
그리고
You can check the coverage by:
Statement coverage : coverage run --source='./blog' manage.py test
Branch coverage : coverage run …
-
This util is central for functionality of the `BlogPage` but was not previously tested. While working on #11128 an initial test for this util was added. However, this is a fairly complex function and …
-
A testing tool should be pretty freaking well tested am I right? With that in mind the test-suite should pass before a PR can be merged into the `main` branch. We also want to maintain as high of test…
-
So far I've seen three different ways in which we test the Rails implementation of a feature that already exists in React, and it'd be nice if the reach consensus on the preferred approach.
1. Copy…
-
Hello, I would like to test MySQL and track branch coverage using sqlancer. How should I proceed.
-
For biz reasons, ideally upgrades happen after Breakpoint (October).
Let's get upgrades sorted, run on a branch, and pivot towards test coverage.
### Done in Q3
- [x] https://github.com/strangelove-v…