From 6b841555cd847d07375b92b54a814c41ccb522de Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Thu, 6 Jan 2022 11:03:52 -0500 Subject: [PATCH] ci switch to codecov v2 Related: #2663 --- .github/workflows/ccpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 5fed0e8e1..af2d3fa00 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -38,8 +38,8 @@ jobs: - name: Run tests run: python tests/main.py --report test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 if: github.event_name == 'push' with: fail_ci_if_error: true - verbose: true \ No newline at end of file + verbose: true