I have finished rewriting Travis to GitHub Actions. Continuous Integration & Continuous Delivery is in place now.
What we are missing are:
Update GitHub Actions environment secrets/variables with PYPI_USERNAME
Update GitHub Actions environment secrets/variables with PYPI_ACCESS_TOKEN
Important: As for now the code for Continuous Delivery is disabled (commented). I propose to enable it, only when we reach code coverage e.g 80% or higher (we can discus what should be minimum value)
Changes - All changes are on actions branch.
I have deleted scripts/travis_telegram_notification.sh file. Now notifications are handled by notification.sh.
I have deleted .travis.yml file. We switched to GitHub Actions instead.
Hi @eamigo86
I have finished rewriting Travis to GitHub Actions. Continuous Integration & Continuous Delivery is in place now.
What we are missing are:
PYPI_USERNAME
PYPI_ACCESS_TOKEN
Important: As for now the code for Continuous Delivery is disabled (commented). I propose to enable it, only when we reach code coverage e.g 80% or higher (we can discus what should be minimum value)
Changes - All changes are on
actions
branch.scripts/travis_telegram_notification.sh
file. Now notifications are handled bynotification.sh
..travis.yml
file. We switched to GitHub Actions instead.