Skip to content

Commit

Permalink
Rework error representation (#517)
Browse files Browse the repository at this point in the history
* start error repr rework

* add kitsune-error crate

* progress

* rm unused dependencies

* progress

* progress

* progress

* progress

* finish

* fix checks

* fix tests

* enable serde for garde

* Add codecov token

* remove some more error enums

* remove another enum

* remove httperror

* improve somewhat

* make it possible to return responses as the 'body'

* use try-block polyfills everywhere
  • Loading branch information
aumetra authored Apr 7, 2024
1 parent dc21019 commit 456df3c
Show file tree
Hide file tree
Showing 192 changed files with 1,394 additions and 2,435 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
DATABASE_URL: "postgres://postgres:postgres@localhost/test_db"
REDIS_URL: "redis://localhost"
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: lcov.info
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
Loading

0 comments on commit 456df3c

Please sign in to comment.