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

EvaluatedModel: Fix-up path excludes serialization #8566

Merged
merged 2 commits into from
Apr 26, 2024

Conversation

fviernau
Copy link
Member

@fviernau fviernau commented Apr 25, 2024

Consistently use indexed references.

Context: #7921.

@fviernau fviernau requested a review from a team as a code owner April 25, 2024 07:36
Copy link

codecov bot commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.70%. Comparing base (3d0510d) to head (04e78c1).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #8566   +/-   ##
=========================================
  Coverage     67.70%   67.70%           
  Complexity     1007     1007           
=========================================
  Files           246      246           
  Lines          7924     7924           
  Branches        883      883           
=========================================
  Hits           5365     5365           
  Misses         2176     2176           
  Partials        383      383           
Flag Coverage Δ
funTest-docker 66.49% <ø> (ø)
funTest-non-docker 34.71% <ø> (ø)
test 37.55% <ø> (ø)

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.

@fviernau fviernau force-pushed the evaluated-model-path-exclude-serialization-fixup branch from 27efbdf to c8ac4b2 Compare April 25, 2024 07:52
@fviernau fviernau enabled auto-merge (rebase) April 25, 2024 09:35
Consistently refer path excludes (via indexes into the `pathExcludes`
list) from the serialized repository configuration to simplify its
parsing. Therefore add all path excludes to `pathExcludes`. While at it,
do the same for resolutions for consistency.

Signed-off-by: Frank Viernau <[email protected]>
@fviernau fviernau force-pushed the evaluated-model-path-exclude-serialization-fixup branch from c8ac4b2 to 04e78c1 Compare April 25, 2024 14:44
@fviernau fviernau merged commit c3c6325 into main Apr 26, 2024
22 checks passed
@fviernau fviernau deleted the evaluated-model-path-exclude-serialization-fixup branch April 26, 2024 09:48
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.

2 participants