You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
### Changed
18
18
19
19
- Consolidated `commitlint`, `format`, and `lint` CI jobs into a single `lint` job (#42)
20
+
-`get_all`, `get_by_id`, `get_by_squad_number`, and `delete` in `player_service` now return `Result<T, PlayerServiceError>` instead of `Result<T, diesel::result::Error>`, aligning with the `CreateError`/`UpdateError` pattern (#56)
20
21
-`codecov.yml``ignore` list extended with `src/**/mod.rs` to exclude module re-exports from coverage reporting (#78)
21
22
-`codecov.yml` comment updated to reflect goal of maximum coverage on business logic layers (#78)
0 commit comments