Skip to content

Commit

Permalink
Merge pull request #364 from fisuda/bump/codecov-action
Browse files Browse the repository at this point in the history
Bump codecov/codecov-action from 1 to 4
  • Loading branch information
fisuda authored May 26, 2024
2 parents 9fe055c + ddbc44c commit e8eb7db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
run: ./tests/script/coverage.sh

- name: Run codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: coverage
verbose: true
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## FIWARE Big Bang v0.37.0-next

- Bump codecov/codecov-action from 1 to 4 (#364)
- Remove version property from docker compose files (#363)
- Update Orion to 3.12.0 (#362)
- Update Orion to 3.11.0 (#361)
Expand Down

0 comments on commit e8eb7db

Please sign in to comment.