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

RM-44 Wrap determine_input_date_order_style in a handler object #239

Merged
merged 4 commits into from
May 8, 2023

Conversation

Brunope
Copy link
Collaborator

@Brunope Brunope commented Apr 17, 2023

The handler stores state as it processes and removes the various hints, rather than computing it all in one big function.

@Brunope
Copy link
Collaborator Author

Brunope commented Apr 17, 2023

When I run the cicoverage test locally it thinks I have higher coverage than what it gets in automation, and wants me to increase the watermark rather than decrease it, what's up with that?

@@ -1 +1 @@
90.6000
89.7400
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why the coverage had to go down, to me it looks like everything is appropriately type hinted?

@Brunope Brunope marked this pull request as ready for review April 18, 2023 16:27
@ryantimjohn
Copy link
Contributor

When I run the cicoverage test locally it thinks I have higher coverage than what it gets in automation, and wants me to increase the watermark rather than decrease it, what's up with that?

This is bizarre... maybe different python version and compiles to different underlying number of lines?

Brunope added 4 commits May 4, 2023 10:49
The handler stores state as it processes and removes the various hints,
rather than computing it all in one big function.
@Brunope Brunope force-pushed the RM-44-date-input-style-too-complex branch from 8d9ee95 to 5403ede Compare May 4, 2023 17:49
@ryantimjohn ryantimjohn added this pull request to the merge queue May 8, 2023
Merged via the queue into main with commit a9c1bf4 May 8, 2023
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