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

Parse dependency requirements #80

Draft
wants to merge 8 commits into
base: latest
Choose a base branch
from

Conversation

Jujulego
Copy link
Owner

No description provided.

@Jujulego Jujulego self-assigned this Sep 15, 2024
Copy link

codecov bot commented Sep 15, 2024

Codecov Report

Attention: Patch coverage is 8.33333% with 44 lines in your changes missing coverage. Please review.

Project coverage is 71.38%. Comparing base (5e0bf61) to head (10c2b8e).
Report is 14 commits behind head on latest.

Files with missing lines Patch % Lines
crates/ring-utils/src/dependency.rs 0.00% 31 Missing ⚠️
crates/ring-utils/src/tag.rs 0.00% 13 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           latest      #80      +/-   ##
==========================================
+ Coverage   61.67%   71.38%   +9.71%     
==========================================
  Files          33        6      -27     
  Lines        1829      713    -1116     
==========================================
- Hits         1128      509     -619     
+ Misses        701      204     -497     
Flag Coverage Δ
docs 71.38% <8.33%> (-3.80%) ⬇️
linux-amd64 ?
unit ?
win-amd64 ?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

// Recursively print their deps
while let Some(prj) = projects.pop_front() {
for dep in prj.dependencies() {
println!("+ {dep}");

Check failure

Code scanning / clippy

std::result::Result<ring_utils::Dependency, anyhow::Error> doesn't implement std::fmt::Display Error

std::result::Result<ring_utils::Dependency, anyhow::Error> doesn't implement std::fmt::Display
// Recursively print their deps
while let Some(prj) = projects.pop_front() {
for dep in prj.dependencies() {
println!("+ {dep}");

Check failure

Code scanning / clippy

std::result::Result<ring_utils::Dependency, anyhow::Error> doesn't implement std::fmt::Display Error

std::result::Result<ring_utils::Dependency, anyhow::Error> doesn't implement std::fmt::Display
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