Releases: predictionmachine/pm-github-actions
Releases · predictionmachine/pm-github-actions
v0.3.10
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 topyproject.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
Initial public release