Skip to content

CI/CD

CICD Pipeline, as Github Action Workflow

Variables to provide for var context

Flow Chart, of Jobs Dependencies in the Pipeline.

config: ./.github/workflows/test.yaml

graph LR; set_github_outputs --> test_suite test_suite --> codecov_coverage_host set_github_outputs --> docker_build test_suite --> docker_build set_github_outputs --> pypi_publish test_suite --> pypi_publish check_which_git_branch_we_are_on --> pypi_publish set_github_outputs --> lint set_github_outputs --> docs set_github_outputs --> code_visualization test_suite --> gh_release check_which_git_branch_we_are_on --> gh_release