From 01f1902900a441781c3c34606e6818bfee91f99a Mon Sep 17 00:00:00 2001 From: jo Date: Wed, 29 Jun 2022 12:18:36 +0200 Subject: [PATCH] ci: add missing codecov flags --- .github/workflows/_python.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_python.yml b/.github/workflows/_python.yml index de281d98e..b21c91617 100644 --- a/.github/workflows/_python.yml +++ b/.github/workflows/_python.yml @@ -82,4 +82,5 @@ jobs: uses: codecov/codecov-action@v3 with: files: ${{ inputs.context }}/coverage.xml + flags: ${{ inputs.context }} name: ${{ inputs.context }}