droher / boxball

Prebuilt Docker images with Retrosheet's complete baseball history data for many analytical frameworks. Includes Postgres, cstore_fdw, MySQL, SQLite, Clickhouse, Drill, Parquet, and CSV.
Apache License 2.0
120 stars 16 forks source link

Add some mediocre tests #23

Closed droher closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #23 into master will increase coverage by 94.14%. The diff coverage is 90.8%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #23       +/-   ##
===========================================
+ Coverage       0%   94.14%   +94.14%     
===========================================
  Files          16       16               
  Lines        1578     1588       +10     
  Branches       53       57        +4     
===========================================
+ Hits            0     1495     +1495     
+ Misses       1578       88     -1490     
- Partials        0        5        +5
Impacted Files Coverage Δ
extract/parsers/util.py 100% <100%> (+100%) :arrow_up:
extract/parsers/baseballdatabank.py 100% <100%> (+100%) :arrow_up:
extract/parsers/retrosheet.py 91.3% <90.12%> (+91.3%) :arrow_up:
transform/src/target_ddl_factory.py 77.5% <0%> (+77.5%) :arrow_up:
transform/src/ddl_factories/sqlite.py 90.9% <0%> (+90.9%) :arrow_up:
transform/src/ddl_factories/postgres_cstore_fdw.py 96.29% <0%> (+96.29%) :arrow_up:
transform/src/ddl_factories/clickhouse.py 96.66% <0%> (+96.66%) :arrow_up:
... and 7 more

Continue to review full report at Codecov.

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