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

fix: ISO 8601 incompatibility #820

Merged
merged 1 commit into from
Oct 9, 2024
Merged

fix: ISO 8601 incompatibility #820

merged 1 commit into from
Oct 9, 2024

Conversation

JP-Ellis
Copy link
Contributor

@JP-Ellis JP-Ellis commented Oct 9, 2024

📝 Summary

Expand support for ISO-8601 dates

🚨 Breaking Changes

🔥 Motivation

There were some inconsistencies in the handling of ISO 8601 datetime values across Python versions and Pact implementations.

🔨 Test Plan

CI

🔗 Related issues/PRs

None

@JP-Ellis JP-Ellis self-assigned this Oct 9, 2024
Copy link

codecov bot commented Oct 9, 2024

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 78%. Comparing base (4493567) to head (d4e3519).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
src/pact/v3/generate/__init__.py 0% 2 Missing ⚠️
src/pact/v3/match/__init__.py 50% 1 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##           master   #820    +/-   ##
======================================
+ Coverage      59%    78%   +18%     
======================================
  Files          30     30            
  Lines        3366   3366            
======================================
+ Hits         2017   2636   +619     
+ Misses       1349    730   -619     
Flag Coverage Δ
examples 59% <25%> (-1%) ⬇️
tests 75% <0%> (?)

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.

There were some inconsistencies in the handling of ISO 8601 datetime
values across Python versions and Pact implementations.

Signed-off-by: JP-Ellis <[email protected]>
@JP-Ellis JP-Ellis merged commit 403696d into master Oct 9, 2024
31 of 36 checks passed
@JP-Ellis JP-Ellis deleted the fix/iso-8601-compat branch October 9, 2024 23:36
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.

1 participant