Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,16 @@ jobs:
echo \"PASS\n\";
"

- name: Import Codecov GPG key
if: env.LOG_COVERAGE
run: |
gpg --keyserver keyserver.ubuntu.com \
--recv-keys 27034E7FDB850E0BBC2C62FF806BB28AED779869 || true

- name: Upload coverage to Codecov
if: env.LOG_COVERAGE
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage/clover.xml
fail_ci_if_error: true
fail_ci_if_error: false
Loading
Loading