Skip to content

Commit

Permalink
chore: updated readme and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Kowal committed Oct 25, 2024
1 parent bda3eb6 commit fc57595
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.12" # Cached by github (https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#python)
python-version: "3.12" # Cached by GitHub (https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#python)
cache: "pip"
cache-dependency-path: |
./uv.lock
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

![Code quality](https://github.com/Jordan-Kowal/pipe-operator/actions/workflows/code_quality.yml/badge.svg?branch=main)
![Tests](https://github.com/Jordan-Kowal/pipe-operator/actions/workflows/tests.yml/badge.svg?branch=main)
![Build](https://github.com/Jordan-Kowal/pipe-operator/actions/workflows/publish_package.yml/badge.svg?branch=main)
![Coverage](https://badgen.net/badge/coverage/%3E90%25/pink)
![Tag](https://badgen.net/badge/tag/1.0.0/orange)
![Python](https://badgen.net/badge/python/3.9%20|%203.10%20|%203.11%20|%203.12)
Expand Down Expand Up @@ -192,3 +193,5 @@ the followings:
- [Want to contribute?](CONTRIBUTING.md)
- [See what's new!](CHANGELOG.md)
- Originally forked from [robinhilliard/pipes](https://github.com/robinhilliard/pipes)
- [View it on PyPi](https://pypi.org/project/pipe-operator/)
- [View it on GitHub](https://github.com/Jordan-Kowal/pipe-operator)
7 changes: 0 additions & 7 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# TODO

## Deployment

- CI/CD Deploy + link
- Upgrade version script

## Later

- Replace custom workflow with `dependabot` when `uv` gets supported
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ classifiers = [
]

[project.urls]
Source = "https://github.com/Jordan-Kowal/pipe-operator"
Issues = "https://github.com/Jordan-Kowal/pipe-operator/issues"
Changelog = "https://github.com/Jordan-Kowal/pipe-operator/blob/main/CHANGELOG.md"
Issues = "https://github.com/Jordan-Kowal/pipe-operator/issues"
"Release notes" = "https://github.com/Jordan-Kowal/pipe-operator/releases"
Source = "https://github.com/Jordan-Kowal/pipe-operator"

[build-system]
requires = ["setuptools>=42", "wheel"]
Expand Down

0 comments on commit fc57595

Please sign in to comment.