parroty / excoveralls

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

Add coveralls.multiple command #303

Closed albertored closed 1 year ago

albertored commented 1 year ago

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 commented 1 year ago

Coverage Status

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

parroty commented 1 year ago

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