Skip to content

feat: Introduce the obscuri crate family#265

Open
kate-shine wants to merge 3 commits intomainfrom
u/kchuranov/uri
Open

feat: Introduce the obscuri crate family#265
kate-shine wants to merge 3 commits intomainfrom
u/kchuranov/uri

Conversation

@kate-shine
Copy link

No description provided.

@github-actions
Copy link

github-actions bot commented Feb 16, 2026

⚠️ Breaking Changes Detected

error: failed to retrieve local crate data from git revision

Caused by:
    0: failed to retrieve manifest file from git revision source
    1: possibly due to errors: [
         failed when reading /home/runner/work/oxidizer/oxidizer/target/semver-checks/git-origin_main/26199e5bd7f376296a53193b3b5dad1509c6faf3/scripts/crate-template/Cargo.toml: TOML parse error at line 9, column 26
         |
       9 | keywords = ["oxidizer", {{CRATE_KEYWORDS}}]
         |                          ^
       missing key for inline table element, expected key
       : TOML parse error at line 9, column 26
         |
       9 | keywords = ["oxidizer", {{CRATE_KEYWORDS}}]
         |                          ^
       missing key for inline table element, expected key
       ,
         failed to parse /home/runner/work/oxidizer/oxidizer/target/semver-checks/git-origin_main/26199e5bd7f376296a53193b3b5dad1509c6faf3/Cargo.toml: no `package` table,
       ]
    2: package `obscuri` not found in /home/runner/work/oxidizer/oxidizer/target/semver-checks/git-origin_main/26199e5bd7f376296a53193b3b5dad1509c6faf3

Stack backtrace:
   0: anyhow::error::<impl anyhow::Error>::msg
   1: cargo_semver_checks::rustdoc_gen::RustdocFromProjectRoot::get_crate_source
   2: cargo_semver_checks::rustdoc_gen::StatefulRustdocGenerator<cargo_semver_checks::rustdoc_gen::CoupledState>::prepare_generator
   3: cargo_semver_checks::Check::check_release::{{closure}}
   4: cargo_semver_checks::Check::check_release
   5: cargo_semver_checks::exit_on_error
   6: cargo_semver_checks::main
   7: std::sys::backtrace::__rust_begin_short_backtrace
   8: main
   9: <unknown>
  10: __libc_start_main
  11: _start

If the breaking changes are intentional then everything is fine - this message is merely informative.

Remember to apply a version number bump with the correct severity when publishing a version with breaking changes (1.x.x -> 2.x.x or 0.1.x -> 0.2.x).

@codecov
Copy link

codecov bot commented Feb 16, 2026

Codecov Report

❌ Patch coverage is 94.90515% with 94 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.0%. Comparing base (06c289d) to head (018a6d3).
⚠️ Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
crates/obscuri_macros_impl/src/lib.rs 95.7% 25 Missing ⚠️
crates/obscuri/src/base_uri.rs 91.6% 22 Missing ⚠️
crates/obscuri/src/uri.rs 97.3% 9 Missing ⚠️
crates/obscuri/src/error.rs 81.0% 7 Missing ⚠️
crates/obscuri/src/uri_fragment.rs 50.0% 6 Missing ⚠️
crates/obscuri/src/uri_safe.rs 92.1% 6 Missing ⚠️
crates/obscuri/src/base_uri/origin.rs 90.9% 5 Missing ⚠️
crates/obscuri_macros_impl/src/uri_fragment.rs 82.1% 5 Missing ⚠️
crates/obscuri_macros/src/lib.rs 66.6% 4 Missing ⚠️
crates/obscuri_macros_impl/src/struct_template.rs 98.1% 2 Missing ⚠️
... and 2 more

❌ Your project check has failed because the head coverage (99.0%) is below the target coverage (100.0%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #265     +/-   ##
========================================
- Coverage   100.0%   99.0%   -1.0%     
========================================
  Files         140     155     +15     
  Lines        8523   10381   +1858     
========================================
+ Hits         8523   10287   +1764     
- Misses          0      94     +94     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@kate-shine kate-shine force-pushed the u/kchuranov/uri branch 3 times, most recently from ad2c714 to 018a6d3 Compare February 17, 2026 09:37
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.

1 participant