this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump codecov/codecov-action from 4 to 5 (#2603)

Bump codecov/codecov-action from 4 to 5 (#2603)

authored by

dependabot[bot] and committed by
GitHub
a7130cff 43e22ca9

+1 -1
+1 -1
.github/workflows/reusable-test.yml
··· 65 65 run: make test-coverage 66 66 67 67 - name: Upload coverage report 68 - uses: codecov/codecov-action@v4 68 + uses: codecov/codecov-action@v5 69 69 env: 70 70 CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} 71 71