Skip to content

Releases: predictionmachine/pm-github-actions

v0.3.10

01 Jul 17:56
a407f25
Compare
Choose a tag to compare

This is a bug-fix release with improved code.

  • Update the README.md (FAQ, and other sections)
  • Update requirements-dev.txt
  • Add codeclimate configuration file
  • Add mypy configuration to pyproject.toml
  • Add .pre-commit-config.yaml
  • Removed commenting unit test result in PR
  • Update project and tests directory
  • Update PR template

pm-github-action.yml specific updates:

  • Add timeout for each job
  • Add branch naming convention check
  • Add interrogate check as a separate job & clean it's output format
  • Fix mypy bug which was failing silently (add dependencies)
  • Add coverage step within pytest command

v0.3.0

17 May 21:43
e29bfa5
Compare
Choose a tag to compare

Initial public release