From b7fa4cc807f86023e1dd27ca1fec6bef29940716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Felix=20=C5=A0ulc?= Date: Sat, 25 Feb 2023 12:20:52 +0100 Subject: [PATCH] Coverage: fix path for coveralls --- tests/.coveralls.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/.coveralls.yml diff --git a/tests/.coveralls.yml b/tests/.coveralls.yml new file mode 100644 index 0000000..76845b0 --- /dev/null +++ b/tests/.coveralls.yml @@ -0,0 +1,4 @@ +# for php-coveralls +service_name: github-actions +coverage_clover: tests/_output/coverage.xml +json_path: coverage.json