google / mdbook-i18n-helpers

Translation support for mdbook. The plugins here give you a structured way to maintain a translated book.
Apache License 2.0
121 stars 25 forks source link

Log github.context to investigate missing coverage reports #167

Closed kdarkhan closed 5 months ago

kdarkhan commented 5 months ago

I want to temporarily start logging github.context object. It seems the coverage reports sometimes do not get correct overrides.

Because of that, Codecov reports appear as attached to main instead of the correct PR. I tried to reproduce this issue by creating PRs against my fork but did not have any luck.

Interestingly, it does seem to work for some PRs but broken for others.

As I understand, context.payload JSON object will have the same content as github.event expression in YAML.