This release adds the following:
- Supports the new TripalDocker version as of PR tripal/tripal#1951 which merges all PHP versions into a single Dockerfile and ensures the Docker handles keeping up PostgreSQL via Supervisord this means we no longer need to run
service postgresql restart
on a fresh TripalDocker container and also meant this action needed to find a different way to confirm postgresql is done starting before running tests. - Supports reporting Test Code Coverage to CodeClimate Quality. Instructions for how to use this has been added to the README for this action. Note: CodeClimate Quality is free for public GitHub repositories but CodeClimate Velocity is a paid product.