Skip to content

feat: Remove usages of anyhow#740

Merged
spencewenski merged 1 commit into
mainfrom
remove-anyhow
Apr 20, 2025
Merged

feat: Remove usages of anyhow#740
spencewenski merged 1 commit into
mainfrom
remove-anyhow

Conversation

@spencewenski

Copy link
Copy Markdown
Member

Closes #737

@codecov

codecov Bot commented Apr 20, 2025

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 12.85714% with 61 lines in your changes missing coverage. Please review.

Project coverage is 59.17%. Comparing base (91b50e8) to head (4c51730).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/app/context.rs 8.33% 11 Missing ⚠️
src/service/http/builder.rs 0.00% 8 Missing ⚠️
src/service/worker/sidekiq/builder.rs 41.66% 7 Missing ⚠️
src/service/grpc/service.rs 0.00% 6 Missing ⚠️
src/config/environment.rs 0.00% 5 Missing ⚠️
src/health/check/sidekiq_fetch.rs 0.00% 5 Missing ⚠️
src/api/cli/roadster/migrate.rs 0.00% 4 Missing ⚠️
src/api/core/health.rs 0.00% 4 Missing ⚠️
src/service/http/middleware/size_limit.rs 33.33% 4 Missing ⚠️
src/app/roadster_app.rs 33.33% 2 Missing ⚠️
... and 5 more
Files with missing lines Coverage Δ
src/error/db.rs 0.00% <ø> (ø)
src/error/mod.rs 75.00% <ø> (-25.00%) ⬇️
src/error/other.rs 0.00% <ø> (-50.00%) ⬇️
src/error/sidekiq.rs 0.00% <ø> (ø)
src/service/runner.rs 0.00% <ø> (ø)
src/api/cli/roadster/list_routes.rs 0.00% <0.00%> (ø)
src/api/cli/roadster/open_api.rs 0.00% <0.00%> (ø)
src/db/migration/diesel/mod.rs 0.00% <0.00%> (ø)
src/health/check/registry.rs 96.87% <0.00%> (ø)
src/lifecycle/registry.rs 16.21% <0.00%> (ø)
... and 10 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 91b50e8...4c51730. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@spencewenski spencewenski merged commit 3a73400 into main Apr 20, 2025
@spencewenski spencewenski deleted the remove-anyhow branch April 20, 2025 06:09
@github-actions github-actions Bot mentioned this pull request Apr 20, 2025
spencewenski pushed a commit that referenced this pull request Apr 20, 2025
## 🤖 New release

* `roadster`: 0.7.2 -> 0.7.3 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.7.3](roadster-v0.7.2...roadster-v0.7.3)
- 2025-04-20

### Added

- Use the test name as the test db name
([#741](#741))
- Remove usages of `anyhow`
([#740](#740))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove usages of anyhow

1 participant