Two Coverage Tests - check is overwritten

Both front- and backend use this github action. Both succeed, but overwrite the other. Therefore I cannot require both as merge requirement.
Possible solution:
- Auto-generate name if a check with the same name already exists:
Coverage
, Coverage-1
, Coverage-2
- Allow Name-Definition in the configuration
name: Coverage-Backend
, name: Coverage-WebApp
- ???