SCasanova / f1dataR

An R package to access Formula 1 Data from the Ergast API and the unofficial F1 data stream via the fastf1 python library.
https://scasanova.github.io/f1dataR/
Other
52 stars 5 forks source link

Cache tests and Change Function #171

Closed pbulsink closed 1 year ago

pbulsink commented 1 year ago

This will improve coverage of cache scenarios for FastF1 functions (through load_race_session)

codecov[bot] commented 1 year ago

Codecov Report

Merging #171 (8628de6) into master (d2bd3cb) will increase coverage by 0.34%. The diff coverage is 40.00%.

:exclamation: Current head 8628de6 differs from pull request most recent head 409c49d. Consider uploading reports for the commit 409c49d to get more accurate results

@@            Coverage Diff             @@
##           master     #171      +/-   ##
==========================================
+ Coverage   93.27%   93.62%   +0.34%     
==========================================
  Files          18       18              
  Lines         610      612       +2     
==========================================
+ Hits          569      573       +4     
+ Misses         41       39       -2     
Files Changed Coverage Δ
R/zzz.R 36.84% <25.00%> (-13.16%) :arrow_down:
R/load_driver_telemetry.R 94.23% <100.00%> (+5.99%) :arrow_up:

... and 1 file with indirect coverage changes

pbulsink commented 1 year ago

Pending discussion in #170 I may or may not add more commits @SCasanova