Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 2.93 KB

README.md

File metadata and controls

26 lines (17 loc) · 2.93 KB

Coveralls Parallel Jobs Demo Coverage Status

This repo shows CI configuration examples for parallel build coverage merging when using node-coveralls.

CI Badge Setup
CircleCI CircleCI config.yml
Travis Build Status .travis.yml
GitHub Actions Tests
Test (macOS)
Test (Windows)
Coveralls report
Workflow 1 - linux.yml
Workflow 2 - macos.yml
Workflow 3 - windows.yml
Coveralls report - coveralls.yml

Private Repo Setup for Travis CI & CircleCI

  • Add your COVERALLS_REPO_TOKEN to the secret environment variables.

CircleCI Setup for Public Repos

  • 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.

Github Actions Setup