-
We could add coverage information, which can be useful, mainly for teachers. For example, we teachers can see if their tests cover all code in the submission from the student, or find superfluous code…
-
1. login in the web site is not possible
![image](https://github.com/barecheck/code-coverage-action/assets/777218/a1f3efe8-a0f3-4275-9d89-e95379278f42)
1. the github action, despite passing …
-
In MozillaFoundation/MoFo-Engineering-Handbook#30 we are discussing automated testing best practices, and thought it would be rad to show test coverage for every repository that supports it (possibly …
-
I was wondering if the upper part of the coverage pane could host some data viz with coverage stats, the files list will then lie below the fold.
Some random ideas:
- Coverage progression over time…
abe33 updated
10 years ago
-
### Description
We now have automatic code coverage as part of the CI pipeline, posting the result to https://coveralls.io/github/fluentassertions/fluentassertions
At the time of writing our lin…
-
### New Issue Checklist
- [x] Updated SwiftLint to the latest version
- [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues)
### Describe the bug
When I ena…
-
In addition to the basic branch info (list of local branches, current branch, etc), need a way to determine the default remote for a branch.
See this [SO post](https://stackoverflow.com/questions/4…
-
The text and the html report for my project https://github.com/jendrikw/clearurls show that one line in rules.rs is missing coverage, but I can't find it. I tried `--show-missing-lines`, but that did …
-
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
- […
-
#### What's the problem this feature will solve?
[SlipCover](https://github.com/plasma-umass/slipcover) and soon also [Coverage.py](https://github.com/nedbat/coveragepy) modify the AST while loadin…