diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 8031886..d98ee57 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -33,7 +33,7 @@ jobs: - name: Test run: make test-unit - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v3.1.5 with: fail_ci_if_error: true files: ./coverage.txt