This repo shows CI configuration examples for parallel build coverage merging when using node-coveralls.
CI | Badge | Setup |
---|---|---|
CircleCI | config.yml | |
Travis | .travis.yml | |
GitHub Actions | |
Workflow 1 - linux.yml Workflow 2 - macos.yml Workflow 3 - windows.yml Coveralls report - coveralls.yml |
- Add your
COVERALLS_REPO_TOKEN
to the secret environment variables.
- Add your
COVERALLS_REPO_TOKEN
to CircleCI environment variables. - Enable 3rd-party Orb usage in the organization's security settings on CircleCI in order to use the Coveralls Orb.
COVERALLS_REPO_TOKEN
is not required to identify repos coming from Github- Instead, use
secrets.GITHUB_TOKEN
as specified in the README for Coveralls Github Action - Example in
.github/workflows/workflow.yml
.