You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mohamedrez It seems to be the error of the file path.
your filename is under the ./rover (rover/common/xxx) while the cobertura (cov.xml) doesn't (common/xxx)
Hello and thank you for this package.
I am currently using this to report the missing covered lines on the PR:
pycobertura show --format github-annotation cov.xml
It is being reported on the Action:
But not in the file changes:
I needed the same as mentioned on the documentation:
The text was updated successfully, but these errors were encountered: