diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3ddc48f1c..e1630453d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: run: make test-go - name: Report code coverage - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.2 with: flags: backend files: ./coverage.txt @@ -109,7 +109,7 @@ jobs: NODE_ENV: test - name: Report code coverage - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.2 with: flags: ui directory: ./ui/coverage