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

Add Radon analysis workflow for cyclomatic complexity checks #908

Merged
merged 36 commits into from
Nov 21, 2024

Conversation

josephmancuso
Copy link
Member

No description provided.

Copy link

PathReport
src/masoniteorm
PathReport
exceptions.py (1) A
config.py (4/11.5/19) C
observers
PathReport
ObservesEvents.py (3) A
models
PathReport
Pivot.py (1) A
Model.py (2/2.5/4) A
MigrationModel.py (1) A
pagination
PathReport
BasePaginator.py (3) A
LengthAwarePaginator.py (3) A
SimplePaginator.py (3) A
connections
PathReport
MSSQLConnection.py (3) A
SQLiteConnection.py (1/2.0/3) A
MySQLConnection.py (3) A
ConnectionFactory.py (3) A
ConnectionResolver.py (2) A
BaseConnection.py (2) A
PostgresConnection.py (4) A
query
PathReport
QueryBuilder.py (3) A
EagerRelation.py (6) B
grammars
PathReport
MSSQLGrammar.py (2) A
PostgresGrammar.py (2) A
SQLiteGrammar.py (2) A
BaseGrammar.py (5) A
MySQLGrammar.py (2) A
processors
PathReport
SQLitePostProcessor.py (4) A
MSSQLPostProcessor.py (4) A
MySQLPostProcessor.py (4) A
PostgresPostProcessor.py (4) A
migrations
PathReport
Migration.py (5) A
testing
PathReport
BaseTestCaseSelectGrammar.py (2) A
relationships
PathReport
BaseRelationship.py (2) A
HasOneThrough.py (3) A
MorphMany.py (2) A
MorphToMany.py (2) A
HasMany.py (3) A
HasManyThrough.py (3) A
MorphTo.py (2) A
MorphOne.py (2) A
HasOne.py (3) A
BelongsToMany.py (6) B
BelongsTo.py (3) A
scopes
PathReport
UUIDPrimaryKeyMixin.py (2) A
SoftDeleteScope.py (2) A
BaseScope.py (2) A
TimeStampsMixin.py (2) A
TimeStampsScope.py (3) A
UUIDPrimaryKeyScope.py (3) A
SoftDeletesMixin.py (2) A
scope.py (2) A
collection
PathReport
Collection.py (3) A
expressions
PathReport
expressions.py (2/2.5/5) A
commands
PathReport
MigrateRollbackCommand.py (2) A
CanOverrideOptionsDefault.py (4) A
MakeModelCommand.py (7) B
MigrateFreshCommand.py (4) A
MakeSeedCommand.py (3) A
MigrateCommand.py (7) B
SeedRunCommand.py (3) A
MigrateResetCommand.py (2) A
MakeObserverCommand.py (4) A
CanOverrideConfig.py (2) A
Command.py (1) A
MakeModelDocstringCommand.py (7) B
MigrateStatusCommand.py (4) A
MigrateRefreshCommand.py (4) A
ShellCommand.py (3) A
MakeMigrationCommand.py (4) A
schema
PathReport
Blueprint.py (2) A
ForeignKeyConstraint.py (2) A
Column.py (2) A
TableDiff.py (2) A
Schema.py (2) A
Table.py (2) A
Index.py (2) A
Constraint.py (3) A
platforms
PathReport
Platform.py (4) A
MSSQLPlatform.py (3) A
MySQLPlatform.py (4) A
PostgresPlatform.py (4) A
SQLitePlatform.py (4) A
seeds
PathReport
Seeder.py (3) A
helpers
PathReport
misc.py (1) A
factories
PathReport
Factory.py (5) A
providers
PathReport
ORMProvider.py (2) A
PathReport
src/masoniteorm
PathReport
exceptions.py 100.0 A
__init__.py 100.0 A
config.py 66.6 A
observers
PathReport
__init__.py 100.0 A
ObservesEvents.py 60.0 A
models
PathReport
__init__.py 100.0 A
Pivot.py 100.0 A
Model.py 14.5 B
MigrationModel.py 100.0 A
pagination
PathReport
__init__.py 100.0 A
BasePaginator.py 100.0 A
LengthAwarePaginator.py 59.5 A
SimplePaginator.py 62.2 A
connections
PathReport
MSSQLConnection.py 49.1 A
SQLiteConnection.py 49.9 A
__init__.py 100.0 A
MySQLConnection.py 48.0 A
ConnectionFactory.py 93.0 A
ConnectionResolver.py 46.2 A
BaseConnection.py 62.9 A
PostgresConnection.py 44.7 A
query
PathReport
__init__.py 100.0 A
QueryBuilder.py 0.0 C
EagerRelation.py 50.3 A
grammars
PathReport
MSSQLGrammar.py 100.0 A
__init__.py 100.0 A
PostgresGrammar.py 47.7 A
SQLiteGrammar.py 44.3 A
BaseGrammar.py 21.3 A
MySQLGrammar.py 61.7 A
processors
PathReport
SQLitePostProcessor.py 67.6 A
MSSQLPostProcessor.py 83.8 A
__init__.py 100.0 A
MySQLPostProcessor.py 67.6 A
PostgresPostProcessor.py 64.6 A
migrations
PathReport
__init__.py 100.0 A
Migration.py 27.6 A
testing
PathReport
__init__.py 100.0 A
BaseTestCaseSelectGrammar.py 100.0 A
relationships
PathReport
BaseRelationship.py 68.5 A
HasOneThrough.py 62.5 A
MorphMany.py 67.7 A
MorphToMany.py 73.9 A
__init__.py 100.0 A
HasMany.py 92.2 A
HasManyThrough.py 59.3 A
MorphTo.py 73.2 A
MorphOne.py 66.2 A
HasOne.py 81.9 A
BelongsToMany.py 24.8 A
BelongsTo.py 82.7 A
scopes
PathReport
UUIDPrimaryKeyMixin.py 100.0 A
SoftDeleteScope.py 100.0 A
BaseScope.py 100.0 A
TimeStampsMixin.py 100.0 A
TimeStampsScope.py 58.0 A
UUIDPrimaryKeyScope.py 71.4 A
__init__.py 100.0 A
SoftDeletesMixin.py 100.0 A
scope.py 68.9 A
collection
PathReport
__init__.py 100.0 A
Collection.py 21.9 A
expressions
PathReport
__init__.py 100.0 A
expressions.py 49.4 A
commands
PathReport
MigrateRollbackCommand.py 100.0 A
CanOverrideOptionsDefault.py 100.0 A
MakeModelCommand.py 100.0 A
MigrateFreshCommand.py 99.8 A
MakeSeedCommand.py 89.7 A
Entry.py 88.5 A
MigrateCommand.py 85.9 A
SeedRunCommand.py 96.6 A
__init__.py 100.0 A
MigrateResetCommand.py 100.0 A
MakeObserverCommand.py 88.2 A
CanOverrideConfig.py 100.0 A
Command.py 100.0 A
MakeModelDocstringCommand.py 95.0 A
MigrateStatusCommand.py 100.0 A
MigrateRefreshCommand.py 99.8 A
ShellCommand.py 56.3 A
MakeMigrationCommand.py 84.8 A
schema
PathReport
Blueprint.py 34.9 A
ForeignKeyConstraint.py 100.0 A
Column.py 81.8 A
TableDiff.py 100.0 A
__init__.py 100.0 A
Schema.py 58.5 A
Table.py 50.3 A
Index.py 100.0 A
ColumnDiff.py 100.0 A
Constraint.py 79.6 A
platforms
PathReport
Platform.py 46.1 A
MSSQLPlatform.py 25.9 A
__init__.py 100.0 A
MySQLPlatform.py 15.4 B
PostgresPlatform.py 21.1 A
SQLitePlatform.py 20.4 A
seeds
PathReport
Seeder.py 58.2 A
__init__.py 100.0 A
helpers
PathReport
__init__.py 100.0 A
misc.py 100.0 A
factories
PathReport
Factory.py 38.1 A
__init__.py 100.0 A
providers
PathReport
__init__.py 100.0 A
ORMProvider.py 100.0 A

Copy link

github-actions bot commented Nov 20, 2024

PathReport
src/masoniteorm
PathReport
exceptions.py (1) A
config.py (4/11.5/19) C
observers
PathReport
ObservesEvents.py (3) A
models
PathReport
Pivot.py (1) A
Model.py (2/2.5/4) A
MigrationModel.py (1) A
pagination
PathReport
BasePaginator.py (3) A
LengthAwarePaginator.py (3) A
SimplePaginator.py (3) A
connections
PathReport
MSSQLConnection.py (3) A
SQLiteConnection.py (1/2.0/3) A
MySQLConnection.py (3) A
ConnectionFactory.py (3) A
ConnectionResolver.py (2) A
BaseConnection.py (2) A
PostgresConnection.py (4) A
query
PathReport
QueryBuilder.py (3) A
EagerRelation.py (6) B
grammars
PathReport
MSSQLGrammar.py (2) A
PostgresGrammar.py (2) A
SQLiteGrammar.py (2) A
BaseGrammar.py (5) A
MySQLGrammar.py (2) A
processors
PathReport
SQLitePostProcessor.py (4) A
MSSQLPostProcessor.py (4) A
MySQLPostProcessor.py (4) A
PostgresPostProcessor.py (4) A
migrations
PathReport
Migration.py (5) A
testing
PathReport
BaseTestCaseSelectGrammar.py (2) A
relationships
PathReport
BaseRelationship.py (2) A
HasOneThrough.py (3) A
MorphMany.py (2) A
MorphToMany.py (2) A
HasMany.py (3) A
HasManyThrough.py (3) A
MorphTo.py (2) A
MorphOne.py (2) A
HasOne.py (3) A
BelongsToMany.py (6) B
BelongsTo.py (3) A
scopes
PathReport
UUIDPrimaryKeyMixin.py (2) A
SoftDeleteScope.py (2) A
BaseScope.py (2) A
TimeStampsMixin.py (2) A
TimeStampsScope.py (3) A
UUIDPrimaryKeyScope.py (3) A
SoftDeletesMixin.py (2) A
scope.py (2) A
collection
PathReport
Collection.py (3) A
expressions
PathReport
expressions.py (2/2.5/5) A
commands
PathReport
MigrateRollbackCommand.py (2) A
CanOverrideOptionsDefault.py (4) A
MakeModelCommand.py (7) B
MigrateFreshCommand.py (4) A
MakeSeedCommand.py (3) A
MigrateCommand.py (7) B
SeedRunCommand.py (3) A
MigrateResetCommand.py (2) A
MakeObserverCommand.py (4) A
CanOverrideConfig.py (2) A
Command.py (1) A
MakeModelDocstringCommand.py (7) B
MigrateStatusCommand.py (4) A
MigrateRefreshCommand.py (4) A
ShellCommand.py (3) A
MakeMigrationCommand.py (4) A
schema
PathReport
Blueprint.py (2) A
ForeignKeyConstraint.py (2) A
Column.py (2) A
TableDiff.py (2) A
Schema.py (2) A
Table.py (2) A
Index.py (2) A
Constraint.py (3) A
platforms
PathReport
Platform.py (4) A
MSSQLPlatform.py (3) A
MySQLPlatform.py (4) A
PostgresPlatform.py (4) A
SQLitePlatform.py (4) A
seeds
PathReport
Seeder.py (3) A
helpers
PathReport
misc.py (1) A
factories
PathReport
Factory.py (5) A
providers
PathReport
ORMProvider.py (2) A
PathReport
src/masoniteorm
PathReport
exceptions.py 100.0 A
__init__.py 100.0 A
config.py 66.6 A
observers
PathReport
__init__.py 100.0 A
ObservesEvents.py 60.0 A
models
PathReport
__init__.py 100.0 A
Pivot.py 100.0 A
Model.py 14.5 B
MigrationModel.py 100.0 A
pagination
PathReport
__init__.py 100.0 A
BasePaginator.py 100.0 A
LengthAwarePaginator.py 59.5 A
SimplePaginator.py 62.2 A
connections
PathReport
MSSQLConnection.py 49.1 A
SQLiteConnection.py 49.9 A
__init__.py 100.0 A
MySQLConnection.py 48.0 A
ConnectionFactory.py 93.0 A
ConnectionResolver.py 46.2 A
BaseConnection.py 62.9 A
PostgresConnection.py 44.7 A
query
PathReport
__init__.py 100.0 A
QueryBuilder.py 0.0 C
EagerRelation.py 50.3 A
grammars
PathReport
MSSQLGrammar.py 100.0 A
__init__.py 100.0 A
PostgresGrammar.py 47.7 A
SQLiteGrammar.py 44.3 A
BaseGrammar.py 21.3 A
MySQLGrammar.py 61.7 A
processors
PathReport
SQLitePostProcessor.py 67.6 A
MSSQLPostProcessor.py 83.8 A
__init__.py 100.0 A
MySQLPostProcessor.py 67.6 A
PostgresPostProcessor.py 64.6 A
migrations
PathReport
__init__.py 100.0 A
Migration.py 27.6 A
testing
PathReport
__init__.py 100.0 A
BaseTestCaseSelectGrammar.py 100.0 A
relationships
PathReport
BaseRelationship.py 68.5 A
HasOneThrough.py 62.5 A
MorphMany.py 67.7 A
MorphToMany.py 73.9 A
__init__.py 100.0 A
HasMany.py 92.2 A
HasManyThrough.py 59.3 A
MorphTo.py 73.2 A
MorphOne.py 66.2 A
HasOne.py 81.9 A
BelongsToMany.py 24.8 A
BelongsTo.py 82.7 A
scopes
PathReport
UUIDPrimaryKeyMixin.py 100.0 A
SoftDeleteScope.py 100.0 A
BaseScope.py 100.0 A
TimeStampsMixin.py 100.0 A
TimeStampsScope.py 58.0 A
UUIDPrimaryKeyScope.py 71.4 A
__init__.py 100.0 A
SoftDeletesMixin.py 100.0 A
scope.py 68.9 A
collection
PathReport
__init__.py 100.0 A
Collection.py 22.1 A
expressions
PathReport
__init__.py 100.0 A
expressions.py 49.4 A
commands
PathReport
MigrateRollbackCommand.py 100.0 A
CanOverrideOptionsDefault.py 100.0 A
MakeModelCommand.py 100.0 A
MigrateFreshCommand.py 99.8 A
MakeSeedCommand.py 89.7 A
Entry.py 88.5 A
MigrateCommand.py 85.9 A
SeedRunCommand.py 96.6 A
__init__.py 100.0 A
MigrateResetCommand.py 100.0 A
MakeObserverCommand.py 88.2 A
CanOverrideConfig.py 100.0 A
Command.py 100.0 A
MakeModelDocstringCommand.py 95.0 A
MigrateStatusCommand.py 100.0 A
MigrateRefreshCommand.py 99.8 A
ShellCommand.py 56.3 A
MakeMigrationCommand.py 84.8 A
schema
PathReport
Blueprint.py 34.9 A
ForeignKeyConstraint.py 100.0 A
Column.py 81.8 A
TableDiff.py 100.0 A
__init__.py 100.0 A
Schema.py 58.5 A
Table.py 50.3 A
Index.py 100.0 A
ColumnDiff.py 100.0 A
Constraint.py 79.6 A
platforms
PathReport
Platform.py 46.1 A
MSSQLPlatform.py 25.9 A
__init__.py 100.0 A
MySQLPlatform.py 15.4 B
PostgresPlatform.py 21.1 A
SQLitePlatform.py 20.4 A
seeds
PathReport
Seeder.py 58.2 A
__init__.py 100.0 A
helpers
PathReport
__init__.py 100.0 A
misc.py 100.0 A
factories
PathReport
Factory.py 38.1 A
__init__.py 100.0 A
providers
PathReport
__init__.py 100.0 A
ORMProvider.py 100.0 A

@MasoniteFramework MasoniteFramework deleted a comment from github-actions bot Nov 20, 2024
Copy link

PathReport
src/masoniteorm
PathReport
exceptions.py (1) A
config.py (4/11.5/19) C
observers
PathReport
ObservesEvents.py (3) A
models
PathReport
Pivot.py (1) A
Model.py (2/2.5/4) A
MigrationModel.py (1) A
pagination
PathReport
BasePaginator.py (3) A
LengthAwarePaginator.py (3) A
SimplePaginator.py (3) A
connections
PathReport
MSSQLConnection.py (3) A
SQLiteConnection.py (1/2.0/3) A
MySQLConnection.py (3) A
ConnectionFactory.py (3) A
ConnectionResolver.py (2) A
BaseConnection.py (2) A
PostgresConnection.py (4) A
query
PathReport
QueryBuilder.py (3) A
EagerRelation.py (6) B
grammars
PathReport
MSSQLGrammar.py (2) A
PostgresGrammar.py (2) A
SQLiteGrammar.py (2) A
BaseGrammar.py (5) A
MySQLGrammar.py (2) A
processors
PathReport
SQLitePostProcessor.py (4) A
MSSQLPostProcessor.py (4) A
MySQLPostProcessor.py (4) A
PostgresPostProcessor.py (4) A
migrations
PathReport
Migration.py (5) A
testing
PathReport
BaseTestCaseSelectGrammar.py (2) A
relationships
PathReport
BaseRelationship.py (2) A
HasOneThrough.py (3) A
MorphMany.py (2) A
MorphToMany.py (2) A
HasMany.py (3) A
HasManyThrough.py (3) A
MorphTo.py (2) A
MorphOne.py (2) A
HasOne.py (3) A
BelongsToMany.py (6) B
BelongsTo.py (3) A
scopes
PathReport
UUIDPrimaryKeyMixin.py (2) A
SoftDeleteScope.py (2) A
BaseScope.py (2) A
TimeStampsMixin.py (2) A
TimeStampsScope.py (3) A
UUIDPrimaryKeyScope.py (3) A
SoftDeletesMixin.py (2) A
scope.py (2) A
collection
PathReport
Collection.py (3) A
expressions
PathReport
expressions.py (2/2.5/5) A
commands
PathReport
MigrateRollbackCommand.py (2) A
CanOverrideOptionsDefault.py (4) A
MakeModelCommand.py (7) B
MigrateFreshCommand.py (4) A
MakeSeedCommand.py (3) A
MigrateCommand.py (7) B
SeedRunCommand.py (3) A
MigrateResetCommand.py (2) A
MakeObserverCommand.py (4) A
CanOverrideConfig.py (2) A
Command.py (1) A
MakeModelDocstringCommand.py (7) B
MigrateStatusCommand.py (4) A
MigrateRefreshCommand.py (4) A
ShellCommand.py (3) A
MakeMigrationCommand.py (4) A
schema
PathReport
Blueprint.py (2) A
ForeignKeyConstraint.py (2) A
Column.py (2) A
TableDiff.py (2) A
Schema.py (2) A
Table.py (2) A
Index.py (2) A
Constraint.py (3) A
platforms
PathReport
Platform.py (4) A
MSSQLPlatform.py (3) A
MySQLPlatform.py (4) A
PostgresPlatform.py (4) A
SQLitePlatform.py (4) A
seeds
PathReport
Seeder.py (3) A
helpers
PathReport
misc.py (1) A
factories
PathReport
Factory.py (5) A
providers
PathReport
ORMProvider.py (2) A
PathReport
src/masoniteorm
PathReport
exceptions.py 100.0 A
__init__.py 100.0 A
config.py 66.6 A
observers
PathReport
__init__.py 100.0 A
ObservesEvents.py 60.0 A
models
PathReport
__init__.py 100.0 A
Pivot.py 100.0 A
Model.py 14.5 B
MigrationModel.py 100.0 A
pagination
PathReport
__init__.py 100.0 A
BasePaginator.py 100.0 A
LengthAwarePaginator.py 59.5 A
SimplePaginator.py 62.2 A
connections
PathReport
MSSQLConnection.py 49.1 A
SQLiteConnection.py 49.9 A
__init__.py 100.0 A
MySQLConnection.py 48.0 A
ConnectionFactory.py 93.0 A
ConnectionResolver.py 46.2 A
BaseConnection.py 62.9 A
PostgresConnection.py 44.7 A
query
PathReport
__init__.py 100.0 A
QueryBuilder.py 0.0 C
EagerRelation.py 50.3 A
grammars
PathReport
MSSQLGrammar.py 100.0 A
__init__.py 100.0 A
PostgresGrammar.py 47.7 A
SQLiteGrammar.py 44.3 A
BaseGrammar.py 21.3 A
MySQLGrammar.py 61.7 A
processors
PathReport
SQLitePostProcessor.py 67.6 A
MSSQLPostProcessor.py 83.8 A
__init__.py 100.0 A
MySQLPostProcessor.py 67.6 A
PostgresPostProcessor.py 64.6 A
migrations
PathReport
__init__.py 100.0 A
Migration.py 27.6 A
testing
PathReport
__init__.py 100.0 A
BaseTestCaseSelectGrammar.py 100.0 A
relationships
PathReport
BaseRelationship.py 68.5 A
HasOneThrough.py 62.5 A
MorphMany.py 67.7 A
MorphToMany.py 73.9 A
__init__.py 100.0 A
HasMany.py 92.2 A
HasManyThrough.py 59.3 A
MorphTo.py 73.2 A
MorphOne.py 66.2 A
HasOne.py 81.9 A
BelongsToMany.py 24.8 A
BelongsTo.py 82.7 A
scopes
PathReport
UUIDPrimaryKeyMixin.py 100.0 A
SoftDeleteScope.py 100.0 A
BaseScope.py 100.0 A
TimeStampsMixin.py 100.0 A
TimeStampsScope.py 58.0 A
UUIDPrimaryKeyScope.py 71.4 A
__init__.py 100.0 A
SoftDeletesMixin.py 100.0 A
scope.py 68.9 A
collection
PathReport
__init__.py 100.0 A
Collection.py 22.1 A
expressions
PathReport
__init__.py 100.0 A
expressions.py 49.4 A
commands
PathReport
MigrateRollbackCommand.py 100.0 A
CanOverrideOptionsDefault.py 100.0 A
MakeModelCommand.py 100.0 A
MigrateFreshCommand.py 99.8 A
MakeSeedCommand.py 89.7 A
Entry.py 88.5 A
MigrateCommand.py 85.9 A
SeedRunCommand.py 96.6 A
__init__.py 100.0 A
MigrateResetCommand.py 100.0 A
MakeObserverCommand.py 88.2 A
CanOverrideConfig.py 100.0 A
Command.py 100.0 A
MakeModelDocstringCommand.py 95.0 A
MigrateStatusCommand.py 100.0 A
MigrateRefreshCommand.py 99.8 A
ShellCommand.py 56.3 A
MakeMigrationCommand.py 84.8 A
schema
PathReport
Blueprint.py 34.9 A
ForeignKeyConstraint.py 100.0 A
Column.py 81.8 A
TableDiff.py 100.0 A
__init__.py 100.0 A
Schema.py 58.5 A
Table.py 50.3 A
Index.py 100.0 A
ColumnDiff.py 100.0 A
Constraint.py 79.6 A
platforms
PathReport
Platform.py 46.1 A
MSSQLPlatform.py 25.9 A
__init__.py 100.0 A
MySQLPlatform.py 15.4 B
PostgresPlatform.py 21.1 A
SQLitePlatform.py 20.4 A
seeds
PathReport
Seeder.py 58.2 A
__init__.py 100.0 A
helpers
PathReport
__init__.py 100.0 A
misc.py 100.0 A
factories
PathReport
Factory.py 38.1 A
__init__.py 100.0 A
providers
PathReport
__init__.py 100.0 A
ORMProvider.py 100.0 A

@MasoniteFramework MasoniteFramework deleted a comment from github-actions bot Nov 21, 2024
Copy link

github-actions bot commented Nov 21, 2024

Radon Analysis Results:

src/masoniteorm/collection/Collection.py
    M 256:4 Collection.pluck - C (11)
    M 432:4 Collection.where_in - C (11)
    M 476:4 Collection._get_value - B (8)
    M 390:4 Collection.unique - B (7)
    M 413:4 Collection.where - B (6)
    M 307:4 Collection.random - A (5)
    M 221:4 Collection.implode - A (4)
    M 491:4 Collection._data_get - A (4)
    M 533:4 Collection.__getitem__ - A (4)
    C 7:0 Collection - A (3)
    M 28:4 Collection.first - A (3)
    M 75:4 Collection.avg - A (3)
    M 94:4 Collection.max - A (3)
    M 114:4 Collection.min - A (3)
    M 154:4 Collection.contains - A (3)
    M 166:4 Collection.diff - A (3)
    M 170:4 Collection.each - A (3)
    M 235:4 Collection.map_into - A (3)
    M 245:4 Collection.merge - A (3)
    M 345:4 Collection.add_relation - A (3)
    M 362:4 Collection.sum - A (3)
    M 457:4 Collection.zip - A (3)
    M 507:4 Collection._check_is_callable - A (3)
    M 10:4 Collection.__init__ - A (2)
    M 14:4 Collection.take - A (2)
    M 51:4 Collection.last - A (2)
    M 134:4 Collection.chunk - A (2)
    M 148:4 Collection.collapse - A (2)
    M 179:4 Collection.every - A (2)
    M 202:4 Collection.forget - A (2)
    M 213:4 Collection.get - A (2)
    M 230:4 Collection.map - A (2)
    M 323:4 Collection.reject - A (2)
    M 354:4 Collection.sort - A (2)
    M 374:4 Collection.group_by - A (2)
    M 502:4 Collection._value - A (2)
    M 525:4 Collection.__iter__ - A (2)
    M 575:4 Collection.__get_items - A (2)
    M 48:4 Collection.items - A (1)
    M 67:4 Collection.all - A (1)
    M 163:4 Collection.count - A (1)
    M 183:4 Collection.filter - A (1)
    M 187:4 Collection.flatten - A (1)
    M 210:4 Collection.for_page - A (1)
    M 227:4 Collection.is_empty - A (1)
    M 287:4 Collection.pop - A (1)
    M 291:4 Collection.prepend - A (1)
    M 295:4 Collection.pull - A (1)
    M 300:4 Collection.push - A (1)
    M 303:4 Collection.put - A (1)
    M 320:4 Collection.reduce - A (1)
    M 329:4 Collection.reverse - A (1)
    M 332:4 Collection.serialize - A (1)
    M 351:4 Collection.shift - A (1)
    M 371:4 Collection.to_json - A (1)
    M 386:4 Collection.transform - A (1)
    M 467:4 Collection.set_appends - A (1)
    M 514:4 Collection._make_comparison - A (1)
    M 529:4 Collection.__eq__ - A (1)
    M 544:4 Collection.__setitem__ - A (1)
    M 548:4 Collection.__delitem__ - A (1)
    M 551:4 Collection.__ne__ - A (1)
    M 555:4 Collection.__len__ - A (1)
    M 558:4 Collection.__le__ - A (1)
    M 562:4 Collection.__lt__ - A (1)
    M 566:4 Collection.__ge__ - A (1)
    M 570:4 Collection.__gt__ - A (1)
src/masoniteorm/commands/MakeMigrationCommand.py
    C 10:0 MakeMigrationCommand - A (4)
    M 21:4 MakeMigrationCommand.handle - A (3)

@josephmancuso josephmancuso merged commit c9055e9 into 2.0 Nov 21, 2024
6 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant