Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .codacy.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/python-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
name: "v${{ steps.version.outputs.semver }} - ${{ steps.version.outputs.coach }} ♟️"
tag_name: ${{ steps.version.outputs.tag_name }}
body: |
# ♟️ Release ${{ steps.version.outputs.semver }} - ${{ steps.version.outputs.coach }}
# Release ${{ steps.version.outputs.semver }} - ${{ steps.version.outputs.coach }} ♟️

## Docker Images

Expand Down
15 changes: 2 additions & 13 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,8 @@ jobs:
permissions:
contents: read
# Only run coverage for PRs from the same repository (not forks)
# This ensures secrets are available for Codecov and Codacy
# This ensures secrets are available for Codecov
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
strategy:
matrix:
service: [codecov, codacy]
steps:
- name: Checkout repository
uses: actions/checkout@v6.0.2
Expand All @@ -94,16 +91,8 @@ jobs:
with:
name: coverage.xml

- name: Upload coverage report to ${{ matrix.service }}
if: ${{ matrix.service == 'codecov' }}
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v5.5.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.xml

- name: Upload coverage report to ${{ matrix.service }}
if: ${{ matrix.service == 'codacy' }}
uses: codacy/codacy-coverage-reporter-action@v1.3.0
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.xml
21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[![Python CI](https://github.com/nanotaboada/python-samples-fastapi-restful/actions/workflows/python-ci.yml/badge.svg)](https://github.com/nanotaboada/python-samples-fastapi-restful/actions/workflows/python-ci.yml)
[![Python CD](https://github.com/nanotaboada/python-samples-fastapi-restful/actions/workflows/python-cd.yml/badge.svg)](https://github.com/nanotaboada/python-samples-fastapi-restful/actions/workflows/python-cd.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanotaboada_python-samples-fastapi-restful&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=nanotaboada_python-samples-fastapi-restful)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/8f9bab37f6f444c895a8b25d5df772fc)](https://app.codacy.com/gh/nanotaboada/python-samples-fastapi-restful/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![codecov](https://codecov.io/gh/nanotaboada/python-samples-fastapi-restful/branch/master/graph/badge.svg?token=A1WNZPRQEJ)](https://codecov.io/gh/nanotaboada/python-samples-fastapi-restful)
[![CodeFactor](https://www.codefactor.io/repository/github/nanotaboada/python-samples-fastapi-restful/badge)](https://www.codefactor.io/repository/github/nanotaboada/python-samples-fastapi-restful)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
Expand Down Expand Up @@ -119,25 +118,7 @@ docker pull ghcr.io/nanotaboada/python-samples-fastapi-restful:ancelotti
docker pull ghcr.io/nanotaboada/python-samples-fastapi-restful:latest
```

### Coach Names (A-Z)

| Letter | Coach | Tag Name | Letter | Coach | Tag Name |
|--------|-------|----------|--------|-------|----------|
| A | Ancelotti | `ancelotti` | N | Nagelsmann | `nagelsmann` |
| B | Bielsa | `bielsa` | O | Ottmar | `ottmar` |
| C | Capello | `capello` | P | Pochettino | `pochettino` |
| D | Del Bosque | `delbosque` | Q | Queiroz | `queiroz` |
| E | Eriksson | `eriksson` | R | Ranieri | `ranieri` |
| F | Ferguson | `ferguson` | S | Simeone | `simeone` |
| G | Guardiola | `guardiola` | T | Tuchel | `tuchel` |
| H | Heynckes | `heynckes` | U | Unai | `unai` |
| I | Inzaghi | `inzaghi` | V | Van Gaal | `vangaal` |
| J | Klopp | `klopp` | W | Wenger | `wenger` |
| K | Kovač | `kovac` | X | Xavi | `xavi` |
| L | Löw | `low` | Y | Yozhef | `yozhef` |
| M | Mourinho | `mourinho` | Z | Zeman | `zeman` |

See [CHANGELOG.md](CHANGELOG.md) for full release history.
> 💡 **Note:** See [CHANGELOG.md](CHANGELOG.md) for the complete coach list (A-Z) and release history.

## Credits

Expand Down