Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: codecov coverage badge - correct branch (acts-project#3232)
After - acts-project#3108 the badge did not update anymore. This was due to the wrong branch setting, after copying the suggestion from codecov. This removes any branch-specification and takes the default branch from ACTS. Since the documentation of codecov is not super clear, it might be necessary also to add a token in the future like this: ``` [![codecov](https://codecov.io/gh/acts-project/acts/graph/badge.svg?token=INSERT_TOKEN_HERE)](https://codecov.io/gh/acts-project/acts) ``` The token (different from the upload token) can be found at https://app.codecov.io/gh/acts-project/acts/settings/badge (login required). It seems to work without token for now, so no reason to expose it to the public.
- Loading branch information