From 37a207e420bb4a76b611c5579c7899eb8c90e150 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Thu, 15 Aug 2024 11:30:56 +1000 Subject: [PATCH] Make coverage informational --- .github/workflows/test-suite.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index e5daf05..9fdfb7b 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -49,3 +49,4 @@ jobs: with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} + informational: true