Skip to content

Continuous Integration with GitHub Actions and Python - Part 3: Code Coverage with Pytest

Notifications You must be signed in to change notification settings

nekoemperor/CI-Code-Coverage-Pytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continuous Integration

Continuous Integration (CI) with GitHub Actions and Python - Part 3: Code Coverage with Pytest

  • Continuous Integration (CI) with GitHub Actions and Python - Part 1: Linting. Link
  • Continuous Integration (CI) with GitHub Actions and Python - Part 2: Testing. Link

Description

This repo serves as a reference for the YouTube video found here.

Demonstration of how to incorporate pytest code coverage into a Python project.

The code coverage checking is handled by a custom GitHub Action pytester-cov.

About

Continuous Integration with GitHub Actions and Python - Part 3: Code Coverage with Pytest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages