Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle aggregated Coveralls reports using the `COVERALLS_PARALLEL` environment variable and the `--finish` flag. This prevents duplicate report submissions in the workflow matrix, which sometimes led to 422 "Unprocessable Entity" errors during upload: ``` Error running coveralls: Could not submit coverage: 422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs ``` Also updated the service name to `github-actions`, as suggested in: - lemurheavy/coveralls-public#1607 (comment) - https://coveralls-python.readthedocs.io/en/latest/usage/configuration.html#github-actions-support
- Loading branch information