-
Seems like we have code coverage that is supposed to run in CI, but it doesn't seem to work properly:
So either we should fix it or remove it.
-
-
E2E frontend testing
-
Integrate code coverage tools to track the percentage of code covered by tests.
Acceptance Criteria: Code coverage reports are generated after each test run, with results accessible to the team.
-
-
There are a couple of solutions in how to implement a badge to show how much code coverage the application has in the README.
Ideally, I would prefer not to integrate a 3rd party solution but see wha…
-
Currently code coverage has dropped a bit to 40%.
We would like code coverage using ginkgo tests to be around 70% or higher.
Ref: https://app.codecov.io/gh/guidewire-oss/fern-reporter?search=&di…
-
SDK is wildly used by dApps, tools and wallets across the ecosystem. It is also needed to compile, test and deploy smart contracts on Alephium as well. It is essential to increase the test coverage fo…
-
As a developer,
I want to have the tests cover more of the code,
so my code coverage metric is higher.
-
Currently with the following configuration:
```
src
src/Api/Doctrine
src/Api/Resource
src/Controller
src/Dep…