Skip to content

Commit

Permalink
Merge pull request #70 from SemanticMediaWiki/paladox-patch-1
Browse files Browse the repository at this point in the history
Fix code coverage uploading
  • Loading branch information
JeroenDeDauw authored Dec 21, 2024
2 parents dd68b20 + 3758daa commit ce6ee3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
if: matrix.coverage == true

- name: Upload code coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage/php/coverage.xml
if: matrix.coverage == true

0 comments on commit ce6ee3d

Please sign in to comment.