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_env_file discard utf8 bom #2638

Merged
merged 8 commits into from
Feb 1, 2025

Merge branch 'master' into parse_env_file-discard-utf8-bom

9242fbe
Select commit
Loading
Failed to load commit list.
Merged

parse_env_file discard utf8 bom #2638

Merge branch 'master' into parse_env_file-discard-utf8-bom
9242fbe
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 1, 2025 in 0s

68.74% (+7.18%) compared to 5a80a04

View this Pull Request on Codecov

68.74% (+7.18%) compared to 5a80a04

Details

Codecov Report

Attention: Patch coverage is 57.14286% with 6 lines in your changes missing coverage. Please review.

Project coverage is 68.74%. Comparing base (5a80a04) to head (9242fbe).
Report is 156 commits behind head on master.

Files with missing lines Patch % Lines
pkg/container/parse_env_file.go 57.14% 2 Missing and 1 partial ⚠️
pkg/runner/run_context.go 57.14% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2638      +/-   ##
==========================================
+ Coverage   61.56%   68.74%   +7.18%     
==========================================
  Files          53       71      +18     
  Lines        9002    10956    +1954     
==========================================
+ Hits         5542     7532    +1990     
+ Misses       3020     2858     -162     
- Partials      440      566     +126     

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