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 more transform tests #24

Closed droher closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #24 into master will increase coverage by 4.84%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   94.14%   98.99%   +4.84%     
==========================================
  Files          16       16              
  Lines        1588     1588              
  Branches       57       57              
==========================================
+ Hits         1495     1572      +77     
+ Misses         88       11      -77     
  Partials        5        5
Impacted Files Coverage Δ
transform/src/__init__.py 100% <100%> (ø) :arrow_up:
transform/src/target_ddl_factory.py 95% <100%> (+17.5%) :arrow_up:
transform/src/ddl_factories/sqlite.py 93.18% <0%> (+2.27%) :arrow_up:
transform/src/ddl_factories/postgres.py 100% <0%> (+3.03%) :arrow_up:
transform/src/ddl_factories/mysql.py 100% <0%> (+3.22%) :arrow_up:
transform/src/ddl_factories/clickhouse.py 100% <0%> (+3.33%) :arrow_up:
transform/src/ddl_factories/postgres_cstore_fdw.py 100% <0%> (+3.7%) :arrow_up:
transform/src/parquet.py 100% <0%> (+100%) :arrow_up:

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 ebeb56b...2a23829. Read the comment docs.