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

refactor: remove use message.Fatal in cmd package #2664

Merged
merged 1 commit into from
Jul 1, 2024

refactor: remove use message.Fatal in cmd package

26aad35
Select commit
Loading
Failed to load commit list.
Merged

refactor: remove use message.Fatal in cmd package #2664

refactor: remove use message.Fatal in cmd package
26aad35
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 1, 2024 in 1s

19.08% (-0.08%) compared to 601a282

View this Pull Request on Codecov

19.08% (-0.08%) compared to 601a282

Details

Codecov Report

Attention: Patch coverage is 0% with 226 lines in your changes missing coverage. Please review.

Project coverage is 19.08%. Comparing base (601a282) to head (26aad35).

Files Patch % Lines
src/cmd/package.go 0.00% 70 Missing ⚠️
src/cmd/tools/zarf.go 0.00% 46 Missing ⚠️
src/cmd/dev.go 0.00% 37 Missing ⚠️
src/cmd/internal.go 0.00% 33 Missing ⚠️
src/cmd/connect.go 0.00% 16 Missing ⚠️
src/cmd/initialize.go 0.00% 11 Missing ⚠️
src/cmd/destroy.go 0.00% 9 Missing ⚠️
src/pkg/cluster/cluster.go 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2664      +/-   ##
==========================================
- Coverage   19.16%   19.08%   -0.08%     
==========================================
  Files         170      170              
  Lines       12131    12181      +50     
==========================================
  Hits         2325     2325              
- Misses       9523     9573      +50     
  Partials      283      283              

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