From 435bb8123bd37ca282abee17a66f39a1b06a85e6 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Mon, 11 Apr 2022 14:14:02 -0700 Subject: [PATCH] Upgrade codecov to v2 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64cb64cd..c0c9145a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,8 +59,8 @@ jobs: - name: Codecov if: matrix.go == '1.18' - uses: codecov/codecov-action@v1.2.1 + uses: codecov/codecov-action@v2 with: - file: ./coverage.out # optional + files: ./coverage.out # optional name: codecov-umbrella # optional fail_ci_if_error: true # optional (default = false)