Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add coveralls.multiple command #303

Merged
merged 1 commit into from
Mar 2, 2023

Conversation

albertored
Copy link
Contributor

This allows running multiple coveralls tasks at once without re-running all the tests.

Before:

mix coveralls.html
mix coveralls.json

After:

mix coveralls.multiple --type html --type json

@coveralls
Copy link

coveralls commented Mar 1, 2023

Coverage Status

Coverage: 87.5% (-0.3%) from 87.828% when pulling d8ecb44 on albertored:multiple-outputs into 6890fdc on parroty:master.

@albertored albertored force-pushed the multiple-outputs branch 3 times, most recently from 4d31850 to 38ead5d Compare March 1, 2023 15:09
@parroty parroty merged commit e2e3653 into parroty:master Mar 2, 2023
@parroty
Copy link
Owner

parroty commented Mar 2, 2023

Thanks. It's and interesting approach, and I hadn't thought of it this way.

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

Successfully merging this pull request may close these issues.

None yet

3 participants