From 9331db66fe1cb5c033896470a0975b524d7b9b62 Mon Sep 17 00:00:00 2001 From: Adam Lugowski Date: Tue, 6 Feb 2024 21:17:12 -0800 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56f8536..e6a7114 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -76,5 +76,7 @@ jobs: if: contains(matrix.os, 'ubuntu') uses: codecov/codecov-action@v4 with: - gcov: true - gcov_include: include/* + fail_ci_if_error: true + verbose: true + token: ${{ secrets.CODECOV_TOKEN }} + directory: ./include