tripal / TripalTestSuite

Handle drupal bootstrapping, load environment variables, and easily wrap your tests in DB transactions.
GNU Lesser General Public License v3.0
3 stars 1 forks source link

documentation: style and coverage integration #134

Open bradfordcondon opened 5 years ago

bradfordcondon commented 5 years ago

I should adapt my blog posts into the RTD here https://www.bradfordcondon.com/2018-12-11-drupal_code_coverage/

I doubt that we'll provide a more automated solution for these things...

bradfordcondon commented 5 years ago

step 1 is fine for changing the test suite setup. two is harder: if you have code in custom locations, you'd have to configure it yourself (ie not in .includes). It could recurisvely search for .php and .inc files and add those, i guess.. step 3 is easy to automate EXCEPT you need your code climate key in there, so we would prompt user to add themselves, or collect it on setup.