Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New columns for v2 #808

Closed
wants to merge 28 commits into from

Apply fixes from StyleCI

5510e4f
Select commit
Loading
Failed to load commit list.
Closed

New columns for v2 #808

Apply fixes from StyleCI
5510e4f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 22, 2024 in 0s

80.92% (-18.64%) compared to e380ae2

View this Pull Request on Codecov

80.92% (-18.64%) compared to e380ae2

Details

Codecov Report

Attention: Patch coverage is 68.20513% with 186 lines in your changes are missing coverage. Please review.

Project coverage is 80.92%. Comparing base (e380ae2) to head (5510e4f).
Report is 1 commits behind head on master.

Files Patch % Lines
src/Schema/Column/ColumnBuilder.php 14.73% 81 Missing ⚠️
src/Schema/Column/BigIntColumn.php 0.00% 20 Missing ⚠️
src/Schema/Column/Column.php 84.25% 20 Missing ⚠️
src/Schema/Column/ColumnFactory.php 82.45% 20 Missing ⚠️
src/Schema/Column/BitColumn.php 0.00% 19 Missing ⚠️
src/QueryBuilder/ColumnDefinitionBuilder.php 88.59% 13 Missing ⚠️
src/Schema/Column/JsonColumn.php 54.54% 5 Missing ⚠️
src/Schema/Column/BooleanColumn.php 84.61% 2 Missing ⚠️
src/Schema/Column/DoubleColumn.php 84.61% 2 Missing ⚠️
src/Schema/Column/IntegerColumn.php 84.61% 2 Missing ⚠️
... and 2 more
Additional details and impacted files
@@              Coverage Diff              @@
##             master     #808       +/-   ##
=============================================
- Coverage     99.56%   80.92%   -18.64%     
- Complexity     1316     1466      +150     
=============================================
  Files            64       75       +11     
  Lines          3236     3686      +450     
=============================================
- Hits           3222     2983      -239     
- Misses           14      703      +689     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.