define_08_saas¶
Setup SaaS services for your Open Source Python project.
- class pywf_internal_proprietary.define_08_saas.PyWfSaas[source]¶
Namespace class for SaaS service setup automation.
- get_codecov_io_upload_token(real_run: bool = True) str | None[source]¶
Get the upload token for codecov io for your GitHub repo.
Ref:
- Returns:
the upload token for codecov.io.
- setup_codecov_io_upload_token_on_github(real_run: bool = True, verbose: bool = True)[source]¶
Apply the codecov upload token to GitHub Action secrets in your GitHub repository.
Ref:
- Returns:
a boolean flag to indicate whether the operation is performed.