Skip to content

Commit

Permalink
fix: only one flag per upload
Browse files Browse the repository at this point in the history
  • Loading branch information
duttonw committed Dec 10, 2024
1 parent 9ea3b7a commit 7715778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ jobs:
with:
file: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
flags: "unittests,${{ matrix.ckan-version }}"
flags: "${{ matrix.ckan-version }}"

- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
flags: "unittests,${{ matrix.ckan-version }}"
flags: "${{ matrix.ckan-version }}"
files: "/tmp/artifacts/junit/results.xml"
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7715778

Please sign in to comment.