From ca3ed9889e225f1ee22f535db3659196816d59d4 Mon Sep 17 00:00:00 2001 From: Ed Wilde Date: Fri, 17 May 2024 17:08:29 +1200 Subject: [PATCH] Fix broken link I assume the repo moved? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5df5a2a..b0321a2 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Runs phpcs and phpstan if the `phpcs.xml.dist` or `phpstan.neon.dist` config fil `phplinting: false` ##### PHP coverage -Run codecov, which does not require a configuration file. Default is false, though for CI runs on the silverstripe account this option will be ignored and codecov is set to run in [gha-generate-matrix](https://github.com/silvestripe/gha-matrix). Enable with: +Run codecov, which does not require a configuration file. Default is false, though for CI runs on the silverstripe account this option will be ignored and codecov is set to run in [gha-generate-matrix](https://github.com/silverstripe/gha-generate-matrix). Enable with: `phpcoverage: true` ##### PHP coverage force off