Skip to content

Commit f9f191f

Browse files
added badges and code test coverage support
1 parent 4fd95f3 commit f9f191f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci_filter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ jobs:
3030
- name: Run flake8
3131
run: |
3232
pipenv run flake8 --max-line-length=120
33+
- name: Upload coverage reports to Codecov
34+
uses: codecov/codecov-action@v3
35+
env:
36+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## FastAPI SQLAlchemy Filter
2+
![ci_badge](https://github.com/OleksandrZhydyk/FastAPI-SQLAlchemy-Filters/actions/workflows/ci_filter.yml/badge.svg)
3+
[![Downloads](https://static.pepy.tech/badge/fastapi_sa_orm_filter)](https://pepy.tech/project/fastapi_sa_orm_filter)
4+
25
Package that helps to implement easy objects filtering and sorting for applications
36
build on FastAPI and SQLAlchemy.
47
For using you just need to define your custom filter with filtered fields and applied operators.

0 commit comments

Comments
 (0)