Skip to content

scrutinizer-ci/ocular.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coverage Reporting for Python

Uploads code coverage data to scrutinizer-ci.com.

Installation

To install the code coverage reporter, simply run:

pip install scrutinizer-ocular

Integration with your CI server

After your code coverage was generated, simply run the following command:

ocular --access-token "your-access-token"

For closed-source projects, make sure to generate an access token. For open-source projects, this is not necessary and should be avoided.

Customizing Locations of Coverage Data/Config

If your coverage data or configuration is not placed in the current working directory, you need to pass these paths as options to the ocular command:

ocular --access-token "your-access-token" --data-file "../.coverage" --config-file "../.coveragerc"

About

Uploads Python code coverage to scrutinizer-ci.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages