This document describes the changes from Travis CI to Github Actions.
- Deprecated in favor of Github Actions.
Test and validate the integrity of each commit to any branch.
python_tests.yml
: Run Python tests with coverage report.docker_build.yml
: Run build test with Docker.
Publish the image to Docker Hub after a commit to master
branch.
push_docker.yml
: Build & publish the image on Docker Hub.
- DOCKER_USER: Docker Hub Username.
- DOCKER_PASS: Docker Hub Password.
- CODECOV_TOKEN: Codecov turbo_seti Token.