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

Add get_controller_schema function #115

Merged
merged 1 commit into from
Jan 27, 2025
Merged

Add get_controller_schema function #115

merged 1 commit into from
Jan 27, 2025

Conversation

marcelldls
Copy link
Contributor

This adds a get_controller_schema function that can be convenient for assessing the schema of a controller - useful for the testing of a FastCS project. Another benefit is that the tests/data/schema.json is now also assessed by the new test - so the test will fail if its not kept up to date

@marcelldls marcelldls requested a review from GDYendell January 24, 2025 17:21
Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.75%. Comparing base (a069f9f) to head (1fc762a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #115      +/-   ##
==========================================
+ Coverage   87.71%   87.75%   +0.03%     
==========================================
  Files          31       31              
  Lines        1343     1347       +4     
==========================================
+ Hits         1178     1182       +4     
  Misses        165      165              

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

GDYendell
GDYendell previously approved these changes Jan 27, 2025
@GDYendell GDYendell merged commit 21d8275 into main Jan 27, 2025
17 checks passed
@GDYendell GDYendell deleted the add-get-schema branch January 27, 2025 10:49
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