Skip to content

Commit

Permalink
v 0.0.40 chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Yer1k committed Aug 9, 2024
1 parent 4fdd4b3 commit 67aae93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Repo for practicing writing python scripts

## CI and CodeCov Status
[![CI](https://github.com/Yer1k/python_practice/actions/workflows/cicd.yml/badge.svg?branch=main)](https://github.com/Yer1k/python_practice/actions/workflows/cicd.yml)

[![codecov](https://codecov.io/github/Yer1k/python_practice/branch/main/graph/badge.svg?token=Q7RU0K2TQS)](https://codecov.io/github/Yer1k/python_practice)

This repository utilizes GitHub Actions to run a Python package workflow that **formats**, **lints**, and **tests** the python scripts in the repository, followed by **installing the required packages**. The workflow is defined in the `.github/workflows/cicd.yml` and 'Makefile' files. The code coverage is tracked using `codecov`.
Expand Down

0 comments on commit 67aae93

Please sign in to comment.