coverex icon indicating copy to clipboard operation
coverex copied to clipboard

Coverage Reports for Elixir

Results 7 coverex issues
Sort by recently updated
recently updated
newest added

I have multiple modules where Module Coverage Report says there are uncovered lines, but the Coverage Source code shows no red. Where are the missing lines? Is there some way...

I have a module with 0% of coverage: 0.00% | BankApiWeb.Endpoint I've put it into my mix.exs: test_coverage: [tool: Coverex.Task, ignore_modules: [BankApiWeb.Endpoint]] The file is still there.. it's not ignored....

Run coverage on a file that contains `defstruct` and that line will be reported as missed, rather than unreachable. A simple example: https://coveralls.io/builds/12690375/source?filename=lib%2Frx%2Fobservable%2Fcreate_stage.ex

This would allow providing alternative outputs for coverage reports like XUnit-like or better HTML output.

Hey there, I'm the founder of [Codecov](https://codecov.io) and would like to have an upload option for customers to send reports to Codecov. Here is an example upload: ``` bash curl...

Identify a CI format that can be easily interpreted by CI tools such as Jenkins etc.

enhancement