wimglenn / advent-of-code-data

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

Py3 #108

Closed wimglenn closed 1 year ago

wimglenn commented 1 year ago

Python 3.9+ required

Now using stdlib pathlib, zoneinfo Dropped dependencies on python-dateutil, termcolor, colorama, tzlocal

codecov[bot] commented 1 year ago

Codecov Report

Merging #108 (a997bc7) into main (67b5d1f) will increase coverage by 0.09%. The diff coverage is 93.80%.

@@            Coverage Diff             @@
##             main     #108      +/-   ##
==========================================
+ Coverage   92.85%   92.95%   +0.09%     
==========================================
  Files          25       22       -3     
  Lines        2184     2058     -126     
  Branches      280      247      -33     
==========================================
- Hits         2028     1913     -115     
+ Misses        125      116       -9     
+ Partials       31       29       -2     
Impacted Files Coverage Δ
aocd/exceptions.py 100.00% <ø> (ø)
aocd/post.py 100.00% <ø> (ø)
aocd/cookies.py 32.67% <50.00%> (-0.99%) :arrow_down:
aocd/runner.py 97.70% <92.30%> (+2.59%) :arrow_up:
aocd/models.py 94.10% <97.56%> (+0.75%) :arrow_up:
aocd/__init__.py 100.00% <100.00%> (ø)
aocd/cli.py 100.00% <100.00%> (ø)
aocd/get.py 95.61% <100.00%> (-0.15%) :arrow_down:
aocd/utils.py 88.59% <100.00%> (+0.74%) :arrow_up:
tests/conftest.py 100.00% <100.00%> (ø)
... and 7 more

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