Skip to content

Commit

Permalink
Merge pull request #5943 from dodona-edu/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
bmesuere authored Nov 18, 2024
2 parents 079b67e + ba3d2e2 commit 3d1cb43
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 @@ -50,7 +50,7 @@ jobs:
sudo sysctl -p
bundle exec rails test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: rails
Expand All @@ -72,7 +72,7 @@ jobs:
run: |
yarn test --ci --runInBand --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: javascript
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
run: |
yarn test:system:coverage:merge
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: system

0 comments on commit 3d1cb43

Please sign in to comment.