diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9f03f3ab9..2152e55c6 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 + uses: codecov/codecov-action@v2.0.1 with: flags: backend @@ -128,7 +128,7 @@ jobs: NODE_ENV: test - name: Report code coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v2.0.1 with: flags: ui