Skip to content

refactor(log): replace panics with log fatal or log panic functions

This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Nov 13, 2023 in 1s

92.09% (+0.12%) compared to 8609900

View this Pull Request on Codecov

92.09% (+0.12%) compared to 8609900

Details

Codecov Report

Merging #1723 (9ecba16) into main (8609900) will increase coverage by 0.12%.
The diff coverage is 76.28%.

❗ Current head 9ecba16 differs from pull request most recent head 66faa58. Consider uploading reports for the commit 66faa58 to get more accurate results

@@            Coverage Diff             @@
##             main    #1723      +/-   ##
==========================================
+ Coverage   91.97%   92.09%   +0.12%     
==========================================
  Files         164      164              
  Lines       27657    27738      +81     
==========================================
+ Hits        25437    25546     +109     
+ Misses       1645     1624      -21     
+ Partials      575      568       -7     
Files Coverage Δ
errors/errors.go 100.00% <ø> (ø)
pkg/api/controller.go 92.62% <100.00%> (+1.45%) ⬆️
pkg/meta/meta.go 92.79% <100.00%> (+0.95%) ⬆️
pkg/compliance/v1_0_0/check.go 98.89% <0.00%> (-0.13%) ⬇️
pkg/storage/cache.go 91.48% <90.00%> (-0.67%) ⬇️
pkg/storage/cache/dynamodb.go 87.08% <92.30%> (-0.98%) ⬇️
pkg/cli/server/config_reloader.go 77.92% <0.00%> (+0.99%) ⬆️
pkg/cli/client/config_cmd.go 80.12% <0.00%> (-0.74%) ⬇️
pkg/exporter/cli/cli.go 46.51% <0.00%> (ø)
pkg/storage/cache/boltdb.go 72.72% <89.65%> (+14.53%) ⬆️
... and 3 more

... and 3 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!