From 4da57d2b43031a9a1cd7b9872f2e9f6c62a65e96 Mon Sep 17 00:00:00 2001 From: OhMyFelix Date: Fri, 6 Mar 2026 13:09:10 +0000 Subject: [PATCH] CI: switch coverage reporting to Codecov Update the remaining coverage metadata so the repository matches the shared Codecov workflow and no longer references Coveralls. --- README.md | 2 +- tests/.coveralls.yml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 tests/.coveralls.yml diff --git a/README.md b/README.md index 9335031..fa5f7fc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

- +

diff --git a/tests/.coveralls.yml b/tests/.coveralls.yml deleted file mode 100644 index 8450382..0000000 --- a/tests/.coveralls.yml +++ /dev/null @@ -1,4 +0,0 @@ -# for php-coveralls -service_name: github-actions -coverage_clover: coverage.xml -json_path: coverage.json