1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-06 18:51:49 +00:00

Merge pull request #3209 from gofiber/dependabot/github_actions/codecov/codecov-action-5.0.2

build(deps): bump codecov/codecov-action from 5.0.0 to 5.0.2
This commit is contained in:
Juan Calderon-Perez 2024-11-18 08:07:23 -05:00 committed by GitHub
commit f13b713f0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ jobs:
- name: Upload coverage reports to Codecov
if: ${{ matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.23.x' }}
uses: codecov/codecov-action@v5.0.0
uses: codecov/codecov-action@v5.0.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt