diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ee3e8e6..1031858 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -121,7 +121,7 @@ jobs: name: coverage-data - name: Upload coverage report - uses: codecov/codecov-action@v3.1.2 + uses: codecov/codecov-action@v3.1.3 with: files: .coverage.xml verbose: true