-
Your project is very interesting. :+1:
What about code coverage? Does it work like for a regular Symfony `WebTestCase`? If not, is that a panned thing or is it not feasible?
Thanks!
-
# Disclaimer
- This task is blocked by [Adding code coverage task](https://github.com/vmware/build-tools-for-vmware-aria/issues/302)
### Description
- We need to increase the code coverage of…
-
### Description of the bug
Currently sitting at about 70%, a lot of the code coverage missing has to do with the branching paths in the wfm_format.py file. This may also relate to the need for testin…
-
We have started integrating with codecov to improve the unit test coverage. This will provide the unit test code coverage and make sure the unit test coverage is improved over time.
However, there…
-
Unit test code coverage should visible on Codecov.io. We have the job to run unit tests, so it needs to be modified to publish results on Codecov.io.
-
### Desired capability or behavior.
Aviary has very high code coverage with unittests, but many analysis components still don't have complete coverage. Tests should be updated to gain 100% coverage f…
-
The risk of breaking functionality on introducing new features could be reduced by ensuring that each line of code is covered by the tests and that this is enforced at test time. Other repos, such as …
-
-
### Jenkins and plugins versions report
Per https://github.com/jenkinsci/oic-auth-plugin/pull/368#issuecomment-2291264497 and https://github.com/jenkinsci/oic-auth-plugin/pull/368#issuecomment-229129…
-
Most RAPIDS projects measure coverage in Python. Though it appears not all measure code coverage in Cython. However there is lots of Cython code in RAPIDS. So it would be ideal to capture this in our …