Skip to content

A GitHub action that to send your code coverage to coveralls.io

License

Notifications You must be signed in to change notification settings

gavinhenderson/coveralls-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coveralls GitHub Action

A GitHub action that to send your code coverage to coveralls.io

Usage

You must set a secret the name REPO_TOKEN which must be the repo token given to you by Coveralls.

You there must also be an npm run coverage script that runs test coverage and then outputs the results to ./coverage/lcov.info

An example of this would be:

{
  "scripts": {
    "coverage": "jest --coverage"
  },
}

About

A GitHub action that to send your code coverage to coveralls.io

Resources

License

Stars

Watchers

Forks

Packages

No packages published