diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39a4267..1fe09de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,9 +55,10 @@ jobs: - name: Create xml coverage run: coverage xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: - files: ./coverage.xml name: disk-objectstore + files: ./coverage.xml + token: ${{ secrets.CODECOV_TOKEN }} ## Commenting the following lines - if often fails, and if at least one manages to push, it should be enough # fail_ci_if_error: true diff --git a/codecov.yml b/codecov.yml index ad9713f..0f7f231 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,12 +4,12 @@ codecov: coverage: precision: 2 round: down - range: "99...100" + range: "98...100" status: project: default: target: auto - threshold: 1% + threshold: 1.1% base: auto patch: default: