You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prune framework tests (skip tests for other frameworks if changes are local to another framework) (#5635)
* Added some debug output to see if pruning is operational
* Use stderr
* Show result of git diff in log output
* Experiment with pcov instead of xdebug for code coverage
* Add pcov to codeception tests
* Use xdebug for older php versions
* Fixed condition for pcov; Temporarily disabled some php versions for faster testing
* Show php info and make pecl less quiet
* Change to use xdebug in php7.1
* Re-enalbe all php versions; switch coverage suite to php 7.2
* Use xdebug on php 7.1
* Removed deprecations in claypit
* Fixed autoloader config
* Use travis_terminate to exit when pruning tests
* Renamed bootstrap files for easier debugging
* More bootstrap fixes
* Fixed assertions that depend on global variable
* Changed order of yaml to an error that we do catch
* Remove tests that check for a bootstrap file
* Fixed last reference to global variable $codeception
* Fixed quotes
* Fix missing coverage
* Revert some changes to fix tests
* Fixed last file found test
* Try different domain (could be travis connectivity issue)
* Fixed local test coverage
* Remove reference to Yii1 module
* Re-add Yii2 tests on php 5.6
* Revert "Re-add Yii2 tests on php 5.6"
This reverts commit 5d785c5bc4b7ffb6083f277764c3c3c4acbaa410.
0 commit comments