Skip to content

juandausa/test-coverage-with-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code coverage Python Example

This example repository shows how Codecov can be integrated with a simple python project. It uses GitHub Actions as CI provider and coverage as the coverage provider.

For more information, please see the links below.

Links

Local Usage

Linux

  • pip install -r requirements.txt
  • python3 -m pytest --cov --cov-report=html .

Windows

  • pip install -r requirements.txt
  • python -m pytest --cov --cov-report=html .

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages