From 3b8238dad6c497a8e3f1f81f3b8a52237d607717 Mon Sep 17 00:00:00 2001 From: Gguidini Date: Mon, 9 Oct 2023 15:51:15 +0200 Subject: [PATCH] add another comment to changes outside of coverage ats --- .github/workflows/backend.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 4eb92f94c3465d..e51a1732fc5f25 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -102,6 +102,9 @@ jobs: pg-version: ${{ matrix.pg-version }} - name: Run backend test (${{ steps.setup.outputs.matrix-instance-number }} of ${{ steps.setup.outputs.matrix-instance-total }}) + # The coverage json command creates a different format of coverage report + # That is used to power Codecov Automated Test Selection + # (see .github/workflows/codecov_ats.yml) run: | make test-python-ci coverage json -o .artifacts/python.coverage.json --show-contexts