File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 docker compose exec -e XDEBUG_MODE=coverage phpfpm vendor/bin/phpunit --coverage-clover=coverage/unit.xml
3939
4040 - name : Upload coverage to Codecov
41- uses : codecov/codecov-action@v5
41+ uses : codecov/codecov-action@v7
4242 with :
4343 token : ${{ secrets.CODECOV_TOKEN }}
4444 files : ./coverage/unit.xml
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313 - Add economics service and sync action/command for service agreement synchronization
1414- [ #81 ] ( https://github.com/itk-dev/devops_itksites/pull/81 ) 5564: Asset Mapper migration
1515 - Add Symfony Asset Mapper bundle and importmap
16+ - Update ` codecov/codecov-action ` to v7
1617
1718## [ 1.11.2] - 2026-06-02
1819
You can’t perform that action at this time.
0 commit comments