This PR switches to the new coverage collection workflow proposed in https://github.com/cda-tum/mqt-workflows/pull/2. The workflow now aggregates all coverage reports on the GitHub side before uploading to Codecov. It also uses Codecov's OIDC instead of TOKEN upload.
Checklist:
[x] The pull request only contains commits that are related to it.
[x] I have added appropriate tests and documentation.
[x] I have made sure that all CI jobs on GitHub pass.
[x] The pull request introduces no new warnings and follows the project's style guidelines.
Description
This PR switches to the new coverage collection workflow proposed in https://github.com/cda-tum/mqt-workflows/pull/2. The workflow now aggregates all coverage reports on the GitHub side before uploading to Codecov. It also uses Codecov's OIDC instead of TOKEN upload.
Checklist: