From f1718567e81c726d12ce8bde53eed48e691cdbd8 Mon Sep 17 00:00:00 2001 From: Jesse Mapel Date: Thu, 18 Mar 2021 15:59:21 -0700 Subject: [PATCH] Switching to codecov.io --- .github/workflows/ci_testing.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_testing.yml b/.github/workflows/ci_testing.yml index c3a1f9cd1..c2d016644 100644 --- a/.github/workflows/ci_testing.yml +++ b/.github/workflows/ci_testing.yml @@ -48,6 +48,8 @@ jobs: cd build ctest -VV - name: Coverage - uses: coverallsapp/github-action@master + uses: codecov/codecov-action@v1 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: true + verbose: true