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: add missing gmtime_r check #1013

Merged
merged 1 commit into from
Dec 30, 2023
Merged

fix: add missing gmtime_r check #1013

merged 1 commit into from
Dec 30, 2023

Conversation

sergiud
Copy link
Collaborator

@sergiud sergiud commented Dec 30, 2023

909069e introduced optional gmtime_r support but did implement the function's availability check.

909069e introduced optional gmtime_r
support but did implement the function's availability check.
@sergiud sergiud added the bug label Dec 30, 2023
@sergiud sergiud added this to the 0.7 milestone Dec 30, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e3f5398) 64.78% compared to head (f138254) 69.29%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1013      +/-   ##
==========================================
+ Coverage   64.78%   69.29%   +4.50%     
==========================================
  Files          19       19              
  Lines        3334     4722    +1388     
  Branches     1128     1924     +796     
==========================================
+ Hits         2160     3272    +1112     
- Misses        741      919     +178     
- Partials      433      531      +98     

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

@sergiud sergiud merged commit d29d02e into master Dec 30, 2023
268 checks passed
@sergiud sergiud deleted the missing-gmtime_r-detection branch December 30, 2023 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants