Closed hduelme closed 6 months ago
I also update codecov/codecov-action
to v3. The old version failed to upload.
@hduelme Thanks.
Interestingly now v3 seems to fail when uploading it. Any idea why that happens?
@thunderhook yes it's a known issue of codecov see https://github.com/codecov/codecov-action/issues/598
Seems like they published a v4 to address this issue.
One thing to not is that tokenless uploading is no longer supported in v4. If the project currently doesn't have a token see https://docs.codecov.com/docs/adding-the-codecov-token#github-actions
Thanks @hduelme
I will merge this for now. @filiphr have a look at what @hduelme wrote about the codecov token. I don't know if you have anything to do with it.
OK, next time I'll leave the merge to you @filiphr 😅
Pipeline looked good (see details above) and everything went fine:
The main branch can't upload the coverage report now due to the missing token:
So we'll have to add a token now.
@thunderhook I've added the token in 4fa44fbeadb303c9f458d8449433bfa267e71a57. However, it seems like the coverage is now 0 (https://app.codecov.io/github/mapstruct/mapstruct-idea). Perhaps something is not correct with what Jacoco generates
Added latest released version to build matrix