Skip to content

Commit 64f5cbb

Browse files
authored
Merge pull request #526 from nanotaboada/fix/remove-assets-references
chore(config): remove stale assets/ folder references
2 parents fc081b6 + 404b31c commit 64f5cbb

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.coderabbit.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ reviews:
128128
- "!**/*.db"
129129
- "!**/*.db-shm"
130130
- "!**/*.db-wal"
131-
- "!**/assets/**"
132131
- "!**/postman_collections/**"
133132
- "!**/uv.lock"
134133

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ This project uses famous football coaches as release codenames, following an A-Z
4848
- **BREAKING**: `DELETE /players/{player_id}` replaced by `DELETE /players/squadnumber/{squad_number}` — same rationale as above (#521)
4949
- `update_async` and `delete_async` (UUID-based) replaced by `update_by_squad_number_async` and `delete_by_squad_number_async` in `services/player_service.py` (#521)
5050

51+
### Fixed
52+
53+
- Removed stale `assets/` folder references from `Dockerfile`,
54+
`codecov.yml`, and `.coderabbit.yaml` after the folder was deleted
55+
when the README was migrated to Mermaid diagrams
56+
5157
---
5258

5359
## [1.1.0 - Bielsa] - 2026-03-02

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ LABEL org.opencontainers.image.source="https://github.com/nanotaboada/python-sam
4141

4242
# Copy metadata docs for container registries (e.g.: GitHub Container Registry)
4343
COPY README.md ./
44-
COPY assets/ ./assets/
4544

4645
# Copy pre-built wheels from builder
4746
COPY --from=builder /app/wheelhouse/ /app/wheelhouse/

codecov.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ comment:
3939

4040
# https://docs.codecov.com/docs/ignoring-paths
4141
ignore:
42-
- "^assets/.*"
4342
- "^databases/.*"
4443
- "^models/.*"
4544
- "^rest/.*"

0 commit comments

Comments
 (0)