diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index e8b78ce..4c89bbe 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -1,7 +1,4 @@ -# This workflow will install Python dependencies, run tests and lint with a single version of Python -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python - -name: Python application +name: Test & Lint on: push: diff --git a/README.md b/README.md index 2679cc6..e938f98 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ +![codecov](https://codecov.io/gh/vinicius-oa/BRdocs-validation/graph/badge.svg?token=Z211YIKO8L) ![Python 3.6](https://img.shields.io/badge/python-3.10-2334D058.svg) +![Pydantic V2](https://img.shields.io/badge/Pydantic_V2->=2.6-2334D058.svg) ## Install ```