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

Consider other analysis tools #4

Open
schmengler opened this issue Sep 8, 2020 · 3 comments
Open

Consider other analysis tools #4

schmengler opened this issue Sep 8, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@schmengler
Copy link
Contributor

  • https://codecov.io/ seems great for code coverage reports (instead of scrutinizer). Configuring PHPCodeSniffer in Code Climate would render Scrutinizer redundant then.

  • Optionally add Psalm type analyis, integrate with https://shepherd.dev/

@schmengler schmengler added the enhancement New feature or request label Sep 8, 2020
@julienanquetil
Copy link

What do you think about github action to check for example phpcs, phpstan ?

@schmengler
Copy link
Contributor Author

I'm open for it, started with Travis CI because we had a working setup for it, I never used Github Actions tbh

@julienanquetil
Copy link

I'm using it on most of my "personal" repo as I didn't have any private account on Travis CI.

I'm using the extdn action https://github.com/extdn/github-actions-m2

Just starting on my fork to see if working as expected
https://github.com/julienanquetil/magento2-module-template/blob/master/.github/workflows/ci.yml

will create a sample module with it to test it during the day and get back to you see how things going 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants