Skip to content

Commit

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

Bump codecov/codecov-action from 4.6.0 to 5.0.2
  • Loading branch information
jbygdell authored Nov 20, 2024
2 parents 4850035 + fd4624a commit 815cf4f
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@v4.6.0
uses: codecov/codecov-action@v5.0.2
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@v4.6.0
uses: codecov/codecov-action@v5.0.2
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@v4.6.0
uses: codecov/codecov-action@v5.0.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./sda-admin/coverage.txt
Expand Down

0 comments on commit 815cf4f

Please sign in to comment.