Skip to content

Commit

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

Bump codecov/codecov-action from 5.0.2 to 5.0.7
  • Loading branch information
jbygdell authored Nov 26, 2024
2 parents fe6b8ee + f3f020d commit 4c8aaa5
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.0.2
uses: codecov/codecov-action@v5.0.7
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.0.2
uses: codecov/codecov-action@v5.0.7
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.0.2
uses: codecov/codecov-action@v5.0.7
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./sda-admin/coverage.txt
Expand Down

0 comments on commit 4c8aaa5

Please sign in to comment.