3.0.0
3.0.0 (2021-01-12)
Features (BREAKING)
We have reversed the order in which configurations are parsed. This means we
are now following the following precedence (latest configured value is used):
- CI Config
- COVERALLS_* env vars
- .coveralls.yml file
- CLI flags
If you have the same fields set in multiple of the above locations, please
double-check them before upgrading to v3.
The motivation for this change is allowing users to selectively fix values
which may be automatically set to the wrong value. For example, Github Actions
users may find that Github Actions expects you to use a different "service name"
in various different cases. Now you can run, for example:
coveralls --service=github
In places where you need to override the default (which is github-actions
).