From 9e34d8a03786c62d83d24f10f4947744dfb8a6f6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Sep 2021 13:17:01 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v2.1.0 --- .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 e5a838578..2fde22109 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: command: make test-go - name: Report code coverage - uses: codecov/codecov-action@v2.0.3 + uses: codecov/codecov-action@v2.1.0 with: flags: backend files: ./coverage.txt @@ -115,7 +115,7 @@ jobs: NODE_ENV: test - name: Report code coverage - uses: codecov/codecov-action@v2.0.3 + uses: codecov/codecov-action@v2.1.0 with: flags: ui directory: ./ui/coverage