diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 9ae006d..286edc8 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -73,8 +73,8 @@ For merging, you should: 3. Add a file in ``changelog.d/`` describing the changes. The filename should be ``{id}.{type}.rst``, where ``{id}`` is the number of the GitHub issue or pull request and ``{type}`` is one of ``breaking`` (for breaking changes), ``deprecation`` (for deprecations), or ``change`` (for non-breaking changes). For example, to add a new feature requested in GitHub issue #1234, add a file called ``changelog.d/1234.change.rst`` describing the change. 4. Add yourself to ``AUTHORS.rst``. -.. [1] If you don't have all the necessary python versions available locally you can rely on Travis - it will - `run the tests `_ for each change you add in the pull request. +.. [1] If you don't have all the necessary python versions available locally you can rely on GitHub Actions - it will + `run the tests `_ for each change you add in the pull request. It will be slower though ... diff --git a/README.rst b/README.rst index 1e223c5..8d7598c 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ Desert: DRY deserialization * - code - | |latest-commit| * - tests - - | |travis| + - | |actions| | |codecov| * - package - | |version| @@ -26,9 +26,9 @@ Desert: DRY deserialization :alt: Documentation Status -.. |travis| image:: https://img.shields.io/travis/com/python-desert/desert/master - :alt: Travis-CI Build Status - :target: https://travis-ci.com/python-desert/desert +.. |actions| image:: https://github.com/python-desert/desert/actions/workflows/ci.yml/badge.svg?branch=main + :alt: GitHub Actions Build Status + :target: https://github.com/python-desert/desert/actions?query=branch%3Amain .. |codecov| image:: https://codecov.io/github/python-desert/desert/coverage.svg?branch=master :alt: Coverage Status