This repository uses GitHub Actions workflows to test, validate, and publish code. The configuration files are listed inside .github/workflows
.
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 Blimpy Token.