yegor256 / cactoos

Object-Oriented Java primitives, as an alternative to Google Guava and Apache Commons
https://www.cactoos.org
MIT License
741 stars 166 forks source link

Fix Github Checks #1578

Closed victornoel closed 3 years ago

victornoel commented 3 years ago

Currently, we are using Github Actions to run the CI:

A few weeks ago there were no problems but for an unknown reason, there are now two problems with the in-PR checks:

victornoel commented 3 years ago

@0crat assign @yegor256

yegor256 commented 3 years ago

@victornoel I removed Appveyor from the project (deleted the webhook)

victornoel commented 3 years ago

@yegor256 yep, it seems to work as expected. Still no codecov though

victornoel commented 3 years ago

@yegor256 if you look at a commit in codecov, for example https://codecov.io/gh/yegor256/cactoos/commit/ed23927c7525691b15bec16344ce6aec698b3bea/, for #1582, it says: "Waiting for CI to complete".

I found a codecov community discussion on the matter, https://community.codecov.io/t/all-repos-in-organization-are-stuck-on-waiting-for-ci-to-complete-for-week/1049, and it looks like to be related to a permission issue…

victornoel commented 3 years ago

@yegor256 another discussion points to the same solution: installing the codecov apps to the repository (or the organization?): https://community.codecov.io/t/unable-to-find-commit-in-github-in-the-recent-dashboard/1145

victornoel commented 3 years ago

@yegor256 it is working now, thank you.

Example: in https://github.com/yegor256/cactoos/pull/1587 the codecov checks appear (and fail in that case)

victornoel commented 3 years ago

@0crat status

0crat commented 3 years ago

@0crat status (here)

@victornoel This is what I know about this job in C63314D6Z, as in §32:

victornoel commented 3 years ago

@0crat out