-
The implementation of the [Closes pair of points algorithm](https://en.wikipedia.org/wiki/Closest_pair_of_points_problem) closestPair method in `src/main/java/com/thealgorithms/divideandconquer/Closes…
-
The implementation of the [Bellman-Ford algorithm](https://en.wikipedia.org/wiki/Bellman%E2%80%93Ford_algorithm) with method go in `src/main/java/com/thealgorithms/datastructures/graphs/BellmanFord.ja…
-
The implementation of the [Binary Tree](https://en.wikipedia.org/wiki/Binary_tree) remove (node) method in `src/main/java/com/thealgorithms/datastructures/trees/BinaryTree.java` has reported cyclomati…
-
#### What's the problem this feature will solve?
Is there an option to ignore partial lines in the coverage report? Currently, we compare the coverage report with Codecov, which already ignores p…
-
When explicitly specifying the commit hash like so:
```
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload -v --format=php-clover --repository=g/$TRAVIS_REPO_SLUG --revi…
-
After executing below command, HTML report is only having line and branch coverage.
ceedling gcov:all utils:gcov
Is there any way to add function coverage in HTML report.
Thanks in advance.
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I tried several permutations on the scripts:
```
"test:coverage": "react-scripts test -- --coverage --env=jest-environment-jsdom-fourteen",
"test:coverage": "cross-env CI=1 react-scripts test -- --…
-
I'm using simplecov with minitest to generate coverage reports. I have the following code I want subprocess coverage for:
```ruby
def test_httpd
Dir.mktmpdir do |dir|
Clayoven::Init.…
-
### Scenario
* JaCoCo version: (from right bottom corner of JaCoCo report)
* 0.8.6
* Operating system:
* Windows
* Tool integration: Maven / Ant / CLI / API
* Maven
* Description of y…