lycantropos / hypothesis_sqlalchemy

hypothesis strategies for generating SQLAlchemy objects
MIT License
28 stars 8 forks source link

Release 1.0.0 #33

Closed lycantropos closed 2 years ago

lycantropos commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #33 (f04ee40) into master (6c68a06) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #33   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        13    +1     
  Lines          228       224    -4     
=========================================
- Hits           228       224    -4     
Impacted Files Coverage Δ
hypothesis_sqlalchemy/__init__.py 100.00% <100.00%> (ø)
hypothesis_sqlalchemy/core/column.py 100.00% <100.00%> (ø)
hypothesis_sqlalchemy/core/column_type.py 100.00% <100.00%> (ø)
hypothesis_sqlalchemy/core/columns_records.py 100.00% <100.00%> (ø)
hypothesis_sqlalchemy/core/enum.py 100.00% <100.00%> (ø)
hypothesis_sqlalchemy/core/hints.py 100.00% <100.00%> (ø)
hypothesis_sqlalchemy/core/table.py 100.00% <100.00%> (ø)
hypothesis_sqlalchemy/core/table_constraints.py 100.00% <100.00%> (ø)
hypothesis_sqlalchemy/core/table_records.py 100.00% <100.00%> (ø)
hypothesis_sqlalchemy/core/utils.py 100.00% <100.00%> (ø)
... and 4 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 6c68a06...f04ee40. Read the comment docs.