Skip to content

Commit

Permalink
add another comment to changes outside of coverage ats
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-guidini committed Oct 9, 2023
1 parent 94bd901 commit 3b8238d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b8238d

Please sign in to comment.