Skip to content

Fixups from Migrator pull request, and CI to GitHub Actions#494

Merged
dereuromark merged 12 commits into3.nextfrom
fixup-githubactions
Jun 14, 2021
Merged

Fixups from Migrator pull request, and CI to GitHub Actions#494
dereuromark merged 12 commits into3.nextfrom
fixup-githubactions

Conversation

@markstory
Copy link
Copy Markdown
Member

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 14, 2021

Codecov Report

❗ No coverage uploaded for pull request base (3.next@120be40). Click here to learn what that means.
The diff coverage is 89.29%.

Impacted file tree graph

@@            Coverage Diff            @@
##             3.next     #494   +/-   ##
=========================================
  Coverage          ?   89.56%           
  Complexity        ?      662           
=========================================
  Files             ?       34           
  Lines             ?     2069           
  Branches          ?        0           
=========================================
  Hits              ?     1853           
  Misses            ?      216           
  Partials          ?        0           
Impacted Files Coverage Δ
src/AbstractMigration.php 100.00% <ø> (ø)
src/Shell/Task/SimpleMigrationTask.php 0.00% <0.00%> (ø)
src/Plugin.php 36.36% <36.36%> (ø)
src/CakeAdapter.php 65.00% <57.14%> (ø)
src/Table.php 64.51% <65.38%> (ø)
src/Command/Phinx/Seed.php 96.00% <66.66%> (ø)
src/Command/Phinx/CacheBuild.php 96.29% <75.00%> (ø)
src/Command/Phinx/Dump.php 92.10% <75.00%> (ø)
src/Command/BakeMigrationDiffCommand.php 88.88% <80.95%> (ø)
src/Command/Phinx/CacheClear.php 96.55% <85.71%> (ø)
... and 24 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 120be40...88717c9. Read the comment docs.

Comment thread .github/workflows/ci.yml
strategy:
fail-fast: false
matrix:
php-version: ['7.2', '7.4']
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
php-version: ['7.2', '7.4']
php-version: ['7.2', '8 0']

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if we've done the work to get migrations working on 8.0. I can add that to the matrix once tests are passing again.

Comment thread src/TestSuite/Migrator.php Outdated
@dereuromark
Copy link
Copy Markdown
Member

I will get this merged, as we can do the PHPStan as follow up
And I can check now PHP8 in a PR

@dereuromark dereuromark merged commit 1e100c5 into 3.next Jun 14, 2021
@dereuromark dereuromark deleted the fixup-githubactions branch June 14, 2021 19:06
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.

2 participants