From 489e65ba8da2c77fb82b3c2bffa7c5dbc99214ca Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Thu, 27 Jul 2023 18:46:09 -0400 Subject: [PATCH] [ci] hack code --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe6607d..788f83e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,6 +57,7 @@ jobs: - name: Install python dependencies run: | mamba install --quiet --file conda-requirements.txt corner coveralls coverage-lcov + sed --in-place -e s,"report_include",,g -e s,"report_omit",,g /usr/share/miniconda/envs/test/lib/python3.10/site-packages/coverage_lcov/converter.py conda list conda info -a