Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add .coverdata file export #298

Merged
merged 1 commit into from
Jan 9, 2023
Merged

add .coverdata file export #298

merged 1 commit into from
Jan 9, 2023

Conversation

sandorbedo
Copy link
Contributor

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
Copy link

coveralls commented Jan 9, 2023

Coverage Status

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

@parroty parroty merged commit bd08a50 into parroty:master Jan 9, 2023
@parroty
Copy link
Owner

parroty commented Jan 9, 2023

Thanks!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants