Config log - cma-open/cmatools GitHub Wiki

Several config files were added and used to custmise the package or dependency package settings

GitHub

  • .gitignore file used to specify files, directoreis that are ignored and not saved into the repo
  • .nojekyll files needs to be addded to the repo, in gh-pages branch for docs to work
  • Documentation pages need to be enabled under settings, using a gh-pages branch, set to docs/ instead of root

Codacy settings

  • Due to common use of pytest, the check assert statements method option was ignored via the Codacy gui

Coverage.py

  • Config file was added to specify the output directory for the coverage html report (logs)