Skip to content

Commit

Permalink
readme re: flag names, CircleCI Orb
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmerwin committed Apr 24, 2020
1 parent 2f95964 commit 536f3c2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ This library currently supports [Travis CI](https://travis-ci.org/) with no extr

There are optional environment variables for other build systems as well:

- `COVERALLS_SERVICE_NUMBER` (an id that uniquely identifies the build)
- `COVERALLS_FLAG_NAME` (a flag name to differentiate jobs, e.g. Unit, Functional, Integration)
- `COVERALLS_SERVICE_NUMBER` (a number that uniquely identifies the build)
- `COVERALLS_SERVICE_JOB_ID` (an id that uniquely identifies the build's job)
- `COVERALLS_SERVICE_JOB_NUMBER` (a number that uniquely identifies the build's job)
- `COVERALLS_RUN_AT` (a date string for the time that the job ran. RFC 3339 dates work. This defaults to your build system's date/time if you don't set it.)
- `COVERALLS_PARALLEL` (more info here: <https://docs.coveralls.io/parallel-build-webhook>)

Expand All @@ -51,6 +53,10 @@ env:
COVERALLS_GIT_BRANCH: "${{ github.ref }}"
```
### [CircleCI Orb](https://circleci.com)
See our Orb here for quick integration: [coveralls/coveralls](https://circleci.com/orbs/registry/orb/coveralls/coveralls)
### [Jest](https://jestjs.io/)
- Install [jest](https://jestjs.io/docs/en/getting-started)
Expand Down

0 comments on commit 536f3c2

Please sign in to comment.