- Create linting and coverage environments in `tox.ini`
Changed
- Move linting checks to `pre-commit` - Run linting and coverage from `tox` under Python 3.8 only
Fixed
- Review of `README.md` - Review of `CHANGELOG.md`
<a id='changelog-0.1.8'></a>
0.1.8
Added
- New entry point `$ rps` to execute rock, paper, scissors game - Badges in `README.md`
Changed
- Moved code to `src/` folder
Fixed
- In development module can be executed in two ways: `$ python3 -m src.mhered_test_pkg` or `$ python3 ./src/mhered_test_pkg/__main__.py`
<a id='changelog-0.1.7'></a>
0.1.7
Fixed
- Typo in `PyPI_publish.yaml`: `pypi_token.pypi` should be `pypi-token.pypi`
- Typo in `PyPI_publish.yaml`: `uses: poetr build --publish` should be `run:`
<a id='changelog-0.1.5'></a>
0.1.5
Fixed
- Typo in `PyPI_publish.yaml`: `PyPI_TOKEN` should be `PYPI_TOKEN`
<a id='changelog-0.1.4'></a>
0.1.4
Added
- Github action `CI.yaml` to run `tox` for CI on push and pull requests - **Codecov** integration - `PyPI_publish.yaml` to publish releases to **PyPI**
<a id='changelog-0.1.3'></a>
0.1.3
Added
- Automated formatting, linting, testing and coverage with `tox` - `README.md` sections on `tox` and `coverage`