Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
chmod o+rx -R /var/www/totara/src/coverage_report

You will need to run the above each time you generate a new coverage report.

  1. On your local machine: add your new “coverage_report site” in the hosts file, so that we can access it via the browser. Replace XX with the PHP version you are currently using. For example if you’re using PHP 8.3, this will be 83. Once this step has been run, you should not need to repeat this step.

Code Block
languagebash
echo "127.0.0.1 coverage_report.totaraXX" >> /etc/hosts 

...