Skip to content

Commit

Permalink
Push coverage to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMarkinPPC committed Feb 11, 2024
1 parent 349eb6f commit 244c3f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ jobs:
- name: Test with pytest
run: |
pytest tests/*.py
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![PyPI](https://img.shields.io/pypi/v/terka?logo=pypi&logoColor=white&style=flat-square)](https://pypi.org/project/terka)
[![Downloads](https://static.pepy.tech/badge/terka)](https://pypi.org/project/terka)
[![GitHub Workflow CI](https://img.shields.io/github/actions/workflow/status/AndreyMarkinPPC/terka/pytest.yml?branch=main&label=pytest&logo=python&logoColor=white&style=flat-square)](https://github.com/AndreyMarkinPPC/terka/actions/workflows/pytest.yml?branch=main)
[![codecov](https://codecov.io/gh/AndreyMarkinPPC/terka/graph/badge.svg?token=UIL7GKUVHN)](https://codecov.io/gh/AndreyMarkinPPC/terka)


`terka` (pronounced *tyorka* or *Тёрка*) is a CLI tool that helps you manage your tasks
Expand Down

0 comments on commit 244c3f5

Please sign in to comment.