Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect and Process Policy Files into SemConv Registry + Generic Diagnostic Reporting #153

Merged
merged 20 commits into from
May 20, 2024

Merge branch 'main' into policy-engine-ext

1bb4931
Select commit
Loading
Failed to load commit list.
Merged

Detect and Process Policy Files into SemConv Registry + Generic Diagnostic Reporting #153

Merge branch 'main' into policy-engine-ext
1bb4931
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 20, 2024 in 0s

75.0% (-0.2%) compared to b1e8588

View this Pull Request on Codecov

75.0% (-0.2%) compared to b1e8588

Details

Codecov Report

Attention: Patch coverage is 74.61538% with 33 lines in your changes are missing coverage. Please review.

Project coverage is 75.0%. Comparing base (b1e8588) to head (1bb4931).

Files Patch % Lines
crates/weaver_forge/src/lib.rs 58.8% 7 Missing ⚠️
crates/weaver_resolver/src/lib.rs 74.0% 7 Missing ⚠️
crates/weaver_checker/src/lib.rs 80.0% 6 Missing ⚠️
crates/weaver_common/src/diagnostic.rs 72.2% 5 Missing ⚠️
crates/weaver_forge/src/extensions/util.rs 84.2% 3 Missing ⚠️
crates/weaver_semconv_gen/src/lib.rs 40.0% 3 Missing ⚠️
crates/weaver_semconv_gen/src/gen.rs 60.0% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main    #153     +/-   ##
=======================================
- Coverage   75.2%   75.0%   -0.2%     
=======================================
  Files         45      43      -2     
  Lines       2704    2729     +25     
=======================================
+ Hits        2034    2049     +15     
- Misses       670     680     +10     

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