From c5885415ba10250ab9496d3adc491815cef5edfe Mon Sep 17 00:00:00 2001 From: walkowif <59475134+walkowif@users.noreply.github.com> Date: Fri, 27 Oct 2023 14:23:13 +0200 Subject: [PATCH] Don't fail testing coverage on warnings (#191) --- .github/workflows/test-coverage.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 95ead729..da4f1016 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -249,10 +249,6 @@ jobs: cat("__________FULL OUTPUT__________") writeLines(readLines(error_file)) } - }, - warning = function(w) { - message("Warnings generated during coverage analysis:") - print(w) } ) covr_html <- "coverage-report.html"