We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8044ad1 commit 409ee8bCopy full SHA for 409ee8b
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
echo "COVERAGE_FILES=$(find ./{bricks,shared} -maxdepth 1 -mindepth 1 -type d -exec echo "{}/.coverage/cobertura-coverage.xml" \; | tr '\n' ',' | sed 's/,$//')" >> $GITHUB_ENV
80
81
- name: Codecov
82
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
83
with:
84
token: ${{ secrets.CODECOV_TOKEN }}
85
files: ${{ env.COVERAGE_FILES }}
0 commit comments