diff --git a/.github/codecov.yml b/.github/codecov.yml index 70114e3a..b6cfe0b0 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -3,7 +3,7 @@ codecov: branch: main notify: wait_for_ci: true - after_n_builds: 4 + after_n_builds: 5 coverage: precision: 2 @@ -37,4 +37,4 @@ comment: layout: "reach,diff,flags,files,footer" behavior: once # once: update, if exists. Otherwise, post new. Skip if deleted. require_changes: false # if true: only post the comment if coverage changes - after_n_builds: 4 + after_n_builds: 5 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aafac87d..34592059 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: name: Check Dependencies steps: - name: PR Dependency Check - uses: gregsdennis/dependencies-action@1.3.2 + uses: gregsdennis/dependencies-action@1.3.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/wc_build.yml b/.github/workflows/wc_build.yml index c5233514..a5f21696 100644 --- a/.github/workflows/wc_build.yml +++ b/.github/workflows/wc_build.yml @@ -88,11 +88,6 @@ jobs: if-no-files-found: error retention-days: 1 - - name: print it - shell: bash - run: | - echo "${{ secrets.CODECOV_TOKEN }}" - - name: Publish coverage to codecov 📊 if: contains(matrix.scope, 'uploadReport') uses: codecov/codecov-action@v4