Skip to content

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
@codecov
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.

@JP-Ellis JP-Ellis force-pushed the fix/iso-8601-compat branch from 1c55bb9 to cea110c Compare October 9, 2024 23:25
There were some inconsistencies in the handling of ISO 8601 datetime
values across Python versions and Pact implementations.

Signed-off-by: JP-Ellis <josh@jpellis.me>
@JP-Ellis JP-Ellis force-pushed the fix/iso-8601-compat branch from cea110c to d4e3519 Compare October 9, 2024 23:27
@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.

2 participants