Skip to content

Commit

Permalink
Merge pull request #1451 from neicnordic/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-5.4.0

Bump codecov/codecov-action from 5.3.1 to 5.4.0
  • Loading branch information
aaperis authored Mar 4, 2025
2 parents fb990d5 + a7111ac commit 1c6b03b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
go test -v -coverprofile=coverage.txt -covermode=atomic ./...
- name: Codecov
uses: codecov/codecov-action@v5.3.1
uses: codecov/codecov-action@v5.4.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./sda-download/coverage.txt
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
go test -v -coverprofile=coverage.txt -covermode=atomic ./...
- name: Codecov
uses: codecov/codecov-action@v5.3.1
uses: codecov/codecov-action@v5.4.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./sda/coverage.txt
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
go test -v -coverprofile=coverage.txt -covermode=atomic ./...
- name: Codecov
uses: codecov/codecov-action@v5.3.1
uses: codecov/codecov-action@v5.4.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./sda-admin/coverage.txt
Expand Down

0 comments on commit 1c6b03b

Please sign in to comment.