-
Maybe with https://about.codecov.io/, or have SimpleCov results automatically committed.
-
Not all of our coding style guidelines are covered by analyzers. https://github.com/dotnet/winforms/blob/main/docs/coding-style.md Some things that currently aren't covered:
- XML comments indented…
-
- [ ] flattener Processor
- [ ] query-service
-
Add support for code coverage (gcov & etc.)
-
Investigate code coverage tools that could be used to report how unit tests cover the code by highlighting code not covered by the unit tests.
Eg. https://www.eclemma.org/, jacoco maven plugin.
…
-
Our builds are reporting 0% code coverage. In fact we're at over 85%. Work out why this isn't showing up in the build results.
idg10 updated
4 years ago
-
**istanbul** is most popular code coverage tool for JavaScript. It cannot test coverage of views, but it is possible and I think not so much hard to implement code coverage for views. It will allow to…
rafis updated
8 years ago
-
Need to decide between coveralls and codecov, and flaskr or pytest.
-
@chrisballinger what do you think of adding codecov? so we can track the % of coverage we have and be sure to have an "ok" amount of code covered for new extensions/auth/etc we push?
-
Find a free service to generate code coverage.
Potentially:
https://github.com/OpenCover/opencover