wimglenn / advent-of-code-data

Get your Advent of Code data with a single import statement
MIT License
515 stars 54 forks source link

allow type conversions from numpy scalars (without adding numpy dependency) #109

Closed wimglenn closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #109 (7b76023) into main (aca808a) will increase coverage by 0.01%. The diff coverage is 95.83%.

@@            Coverage Diff             @@
##             main     #109      +/-   ##
==========================================
+ Coverage   92.95%   92.97%   +0.01%     
==========================================
  Files          22       22              
  Lines        2058     2078      +20     
  Branches      247      253       +6     
==========================================
+ Hits         1913     1932      +19     
  Misses        116      116              
- Partials       29       30       +1     
Impacted Files Coverage Δ
aocd/models.py 94.05% <93.75%> (-0.06%) :arrow_down:
tests/test_models.py 100.00% <100.00%> (ø)
tests/test_submit.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more