Skip to content

fix: data race when testing pkg/config#207

Merged
MacroPower merged 1 commit intomainfrom
fix/config-race
Nov 23, 2025
Merged

fix: data race when testing pkg/config#207
MacroPower merged 1 commit intomainfrom
fix/config-race

Conversation

@MacroPower
Copy link
Copy Markdown
Owner

Fixes #86

@codecov
Copy link
Copy Markdown

codecov bot commented Nov 23, 2025

Codecov Report

❌ Patch coverage is 62.31884% with 26 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.26%. Comparing base (dc9b5b8) to head (aacfaf1).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
pkg/expr/expr.go 0.00% 12 Missing ⚠️
pkg/profile/profile.go 72.72% 3 Missing and 3 partials ⚠️
pkg/execs/lazy.go 69.23% 3 Missing and 1 partial ⚠️
pkg/execs/command.go 83.33% 1 Missing and 1 partial ⚠️
pkg/rule/rule.go 80.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #207      +/-   ##
==========================================
- Coverage   48.31%   48.26%   -0.05%     
==========================================
  Files          58       59       +1     
  Lines        6009     6050      +41     
==========================================
+ Hits         2903     2920      +17     
- Misses       2959     2978      +19     
- Partials      147      152       +5     

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

@MacroPower MacroPower merged commit 12455e6 into main Nov 23, 2025
13 checks passed
@MacroPower MacroPower deleted the fix/config-race branch November 23, 2025 23:25
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.

Data race when testing pkg/config

1 participant