diff --git a/doc/topics/development/pull_requests.rst b/doc/topics/development/pull_requests.rst index 5bb3efa4717..4b6ffee9135 100644 --- a/doc/topics/development/pull_requests.rst +++ b/doc/topics/development/pull_requests.rst @@ -225,3 +225,7 @@ systems, then additional labels can be used such as: on the currently selected operating systems. * ``test:full``: Run all tests in the Salt test suite that can be ran on the currently selected operating systems. +* ``test:coverage``: Run all tests in the Salt test suite on all operating systems while + collecting code coverage. +* ``test:random-cache-seed``: Randomize the GH Actions cache seed to make sure no caches + are used during the build.