Skip to content

Further date parsing functions#131

Merged
attipaci merged 4 commits into
mainfrom
string-dates
Mar 1, 2025
Merged

Further date parsing functions#131
attipaci merged 4 commits into
mainfrom
string-dates

Conversation

@attipaci

@attipaci attipaci commented Feb 28, 2025

Copy link
Copy Markdown
Collaborator
  • double novas_date(const char *restrict date);
  • double novas_date_scale(const char *restrict date, enum novas_timescale *restrict scale);
  • Add parsing tailing compass directions (N, E, S, W) to novas_parse_dms() and novas_dms_degrees().

@attipaci attipaci added the enhancement New feature or request label Feb 28, 2025
@attipaci attipaci added this to the 1.3.0 milestone Feb 28, 2025
@attipaci attipaci self-assigned this Feb 28, 2025
@codecov

codecov Bot commented Feb 28, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.54%. Comparing base (e93d53b) to head (d3bbc73).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #131   +/-   ##
=======================================
  Coverage   99.54%   99.54%           
=======================================
  Files           8        8           
  Lines        3930     3958   +28     
  Branches      707      714    +7     
=======================================
+ Hits         3912     3940   +28     
  Misses          4        4           
  Partials       14       14           
Flag Coverage Δ
unittests 99.54% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/super.c 100.00% <100.00%> (ø)
src/timescale.c 100.00% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e1151aa...d3bbc73. Read the comment docs.

@attipaci attipaci force-pushed the string-dates branch 3 times, most recently from c17d043 to 9f915ab Compare March 1, 2025 10:32
@attipaci attipaci marked this pull request as ready for review March 1, 2025 10:43
@attipaci attipaci force-pushed the string-dates branch 4 times, most recently from 4a19f06 to 7919740 Compare March 1, 2025 10:54
@attipaci attipaci merged commit 8be94b3 into main Mar 1, 2025
@attipaci attipaci deleted the string-dates branch March 1, 2025 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant