Skip to content

develop#13

Merged
nbari merged 14 commits intomainfrom
develop
Nov 17, 2024
Merged

develop#13
nbari merged 14 commits intomainfrom
develop

Conversation

@nbari
Copy link
Copy Markdown
Owner

@nbari nbari commented Nov 17, 2024

@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 80.59211% with 59 lines in your changes missing coverage. Please review.

Project coverage is 72.54%. Comparing base (f9548f6) to head (dab6787).

Files with missing lines Patch % Lines
src/cli/actions/new.rs 90.75% 16 Missing ⚠️
src/cli/actions/show.rs 78.84% 11 Missing ⚠️
src/cli/dispatch/cmd_run.rs 0.00% 7 Missing ⚠️
src/cli/actions/run.rs 0.00% 6 Missing ⚠️
src/cli/globals.rs 0.00% 5 Missing ⚠️
src/cli/start.rs 44.44% 5 Missing ⚠️
src/bin/backup.rs 0.00% 3 Missing ⚠️
src/cli/dispatch/cmd_show.rs 0.00% 3 Missing ⚠️
src/cli/dispatch/mod.rs 0.00% 3 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##             main      #13       +/-   ##
===========================================
+ Coverage   44.52%   72.54%   +28.01%     
===========================================
  Files           8       15        +7     
  Lines         274      539      +265     
===========================================
+ Hits          122      391      +269     
+ Misses        152      148        -4     
Flag Coverage Δ
rust 72.54% <80.59%> (+28.01%) ⬆️

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.

@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 11877539661

Details

  • 245 of 304 (80.59%) changed or added relevant lines in 13 files are covered.
  • 4 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+28.0%) to 72.542%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/bin/backup.rs 0 3 0.0%
src/cli/dispatch/cmd_show.rs 0 3 0.0%
src/cli/dispatch/mod.rs 0 3 0.0%
src/cli/globals.rs 0 5 0.0%
src/cli/start.rs 4 9 44.44%
src/cli/actions/run.rs 0 6 0.0%
src/cli/dispatch/cmd_run.rs 0 7 0.0%
src/cli/actions/show.rs 41 52 78.85%
src/cli/actions/new.rs 157 173 90.75%
Files with Coverage Reduction New Missed Lines %
src/cli/start.rs 1 63.64%
src/cli/actions/new.rs 3 87.63%
Totals Coverage Status
Change from base Build 11841866163: 28.0%
Covered Lines: 391
Relevant Lines: 539

💛 - Coveralls

@nbari nbari merged commit 9f0f470 into main Nov 17, 2024
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.

ignore duplicate paths and files within parent directories

3 participants