From 7f730d5ae19fa7f4a3f9dc823e4b71a47863da1d Mon Sep 17 00:00:00 2001 From: Kevin Montag Date: Sat, 17 Aug 2024 03:08:29 +0200 Subject: [PATCH] ci: add verbose flag to coverage --- .github/workflows/test_and_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index ef7835d..773c686 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -61,6 +61,7 @@ jobs: with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} + verbose: true release: name: Publish to GitHub and PyPi