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

test: update case to reflect recent config parsing changes #1267

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

G-Rath
Copy link
Collaborator

@G-Rath G-Rath commented Sep 23, 2024

This behaviour changed as a result of both #1252 (which makes LoadPath no longer a recognized config key) and #1249 (which causes the scanner to error when a config has an unknown key), but they didn't directly conflict with each other so got landed on main without this being picked up

(fwiw I'm not worried about this being a reoccurring thing that's worth guarding or preventing somehow as its usually pretty rare 🤷)

@codecov-commenter
Copy link

codecov-commenter commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.38%. Comparing base (46ab63d) to head (10ac754).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1267      +/-   ##
==========================================
+ Coverage   68.31%   68.38%   +0.07%     
==========================================
  Files         175      175              
  Lines       16764    16784      +20     
==========================================
+ Hits        11452    11478      +26     
+ Misses       4680     4676       -4     
+ Partials      632      630       -2     

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

@another-rex another-rex merged commit 1cde7f4 into google:main Sep 24, 2024
14 checks passed
@another-rex another-rex deleted the config/update-test branch September 24, 2024 00:30
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.

4 participants