parroty / excoveralls

Coverage report tool for Elixir with coveralls.io integration.
MIT License
820 stars 178 forks source link

add .coverdata file export #298

Closed sandorbedo closed 1 year ago

sandorbedo commented 1 year ago

The command mix test --cover --export-coverage XXX exports the coverage data when using the default coverage tool of Elixir, but does not export anything when ExCoveralls is in use. This PR fixes this behavior. It makes ExCoverall work just like the standard Elixir tool.

coveralls commented 1 year ago

Coverage Status

Coverage: 89.184% (-1.4%) from 90.559% when pulling 6257f787a84eeb4bc207e658f3ac2ac6ec87c8b9 on sandorbedo:master into 4ab3cec634ebe18cd923f4552cd53e9d50349314 on parroty:master.

parroty commented 1 year ago

Thanks!