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

Database migrations #2

Merged
merged 1 commit into from
Sep 23, 2018
Merged

Database migrations #2

merged 1 commit into from
Sep 23, 2018

Conversation

triadev
Copy link
Owner

@triadev triadev commented Sep 18, 2018

No description provided.

@triadev triadev self-assigned this Sep 18, 2018
@coveralls
Copy link

Pull Request Test Coverage Report for Build 48

  • 29 of 33 (87.88%) changed or added relevant lines in 7 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 90.526%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/Console/Commands/ShowMigration.php 0 1 0.0%
src/Database/Migrations/2018_09_11_000000_create_elasticsearch_migration_status_table.php 0 1 0.0%
src/Database/Migrations/2018_09_18_000000_create_elasticsearch_migration_config_table.php 5 7 71.43%
Totals Coverage Status
Change from base Build 44: 0.1%
Covered Lines: 258
Relevant Lines: 285

💛 - Coveralls

@codecov-io
Copy link

codecov-io commented Sep 18, 2018

Codecov Report

Merging #2 into master will increase coverage by 1.44%.
The diff coverage is 94.63%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #2      +/-   ##
============================================
+ Coverage     92.57%   94.01%   +1.44%     
- Complexity       82      191     +109     
============================================
  Files            17       34      +17     
  Lines           256      652     +396     
============================================
+ Hits            237      613     +376     
- Misses           19       39      +20
Impacted Files Coverage Δ Complexity Δ
src/Business/Repository/ElasticsearchMigration.php 100% <ø> (ø) 6 <0> (-1) ⬇️
...18_000000_create_elasticsearch_migration_table.php 71.42% <ø> (ø) 2 <0> (?)
src/Console/Commands/ShowMigration.php 0% <0%> (ø) 3 <3> (ø) ⬇️
...ness/Repository/ElasticsearchMigrationsReindex.php 100% <100%> (ø) 3 <3> (?)
...epository/ElasticsearchMigrationsDeleteByQuery.php 100% <100%> (ø) 4 <4> (?)
...siness/Repository/ElasticsearchMigrationStatus.php 100% <100%> (ø) 7 <7> (?)
...epository/ElasticsearchMigrationsUpdateByQuery.php 100% <100%> (ø) 6 <6> (?)
src/Console/Commands/StartMigration.php 100% <100%> (ø) 2 <0> (ø) ⬇️
.../Repository/ElasticsearchMigrationsCreateIndex.php 100% <100%> (ø) 5 <5> (?)
...siness/Repository/ElasticsearchMigrationsAlias.php 100% <100%> (ø) 3 <3> (?)
... and 30 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 2b0b1f8...6aceabd. Read the comment docs.

@triadev triadev force-pushed the database_migrations branch 25 times, most recently from e066498 to 0cdda65 Compare September 23, 2018 12:24
@triadev triadev merged commit bfd60d6 into master Sep 23, 2018
@triadev triadev deleted the database_migrations branch September 23, 2018 12:35
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.

None yet

3 participants