From 2c33e360adf2e4c2237af0a816b5a8f5a684802d Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Wed, 7 May 2025 09:22:27 -0400 Subject: [PATCH] Cirrus CI: Disable submission to Codecov (but still run the package tests) --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 6364e2c..635dbe0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -49,5 +49,5 @@ task: - cirrusjl build test_script: - cirrusjl test - coverage_script: - - cirrusjl coverage codecov + # coverage_script: + # - cirrusjl coverage codecov