Skip to content

Commit

Permalink
drop codcov test report as it wants old format
Browse files Browse the repository at this point in the history
  • Loading branch information
duttonw committed Dec 11, 2024
1 parent d7cab4a commit 6310b51
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,4 @@ jobs:
with:
file: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
flags: "unittests,${{ matrix.ckan-version }}"

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

0 comments on commit 6310b51

Please sign in to comment.