8000 GitHub - gavinhenderson/coveralls-action: A GitHub action that to send your code coverage to coveralls.io
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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
0