-
When, during proposal application, we attempt a reproposal but this fails, we signal the proposal with a (final) error. However, we fail to clear the local side effects. I think this can cause intents…
-
### Description:
We need coverage! Test coverage, and lots of it. We'd like to add lock-tight Mocha tests to our Node.js backend API.
### Requirements:
- add mocha tests to all routes provided by th…
-
##### **Overview of the issue**
Just like in #664, I am not able to view the unit test coverage table content. I tried to replace the `\\` with `/`, but this didn't help me.
##### **Opera…
msaf9 updated
4 months ago
-
*Originally reported by* **Nick Williams (Bitbucket: [beamerblvd](https://bitbucket.org/beamerblvd), GitHub: [beamerblvd](https://github.com/beamerblvd))**
----------------------------------------
I…
-
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
- […
-
Code coverage is almost perfect, Istanbul is reporting:
```
Statements: 88.32% (839 / 950)
Branches: 74.66% (442 / 592)
Functions: 95.51% (85 / 89)
Lines: 90.28% (808 / 895)
I…
-
### Steps to reproduce
* JaCoCo version: 0.8.8
* Operating system: Mac OS
* Tool integration: Gradle Kotlin build script, Kotlin 1.6.21 or 1.7.10
* Complete executable reproducer: [jacococoverag…
-
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…
-
### Description
First of all, my apologies if the issue description lacks enough details or it is not thorough enough as it is the first issue I report via Github. After upgrading some dependencies i…
-
**Describe the bug**
I accidentally had code after a `return` statement that would obviously never execute. However, coverage never reported these lines as uncovered.
**To Reproduce**
### example…