-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Target iroha2-dev
branch for Coveralls
#4131
Comments
We can't select the target branch manually since coverall detects only the default repo branch that is |
We don't receive Coveralls PR comments again. """ I guess to take it back, we have to return the custom Coveralls action settings that could call a branch misbehavior. @mversic please tell if Coverall PR comments are reqired. |
I think I catch the problem: Coveralls compare each run with the correct iroha2-dev branch base commit, but for every new commit (run) withing the PR it creates the new job that doesn't know about the previous one PR head branch commit. So, we can't determine the summarized diff between head and base commits and as a result, we don't receive the Coveralls PR comment. May be it caused either by PR from fork or force-pushed commit or that i2-dev branch if not a default branch. I suggest to try |
If we take any PR, i.e. this one (#4053)
When we make a PR to dev branch, it impossible to compare PR with stable branch because we put the base branch commit value for For Codecov it's the issue that it calculates the base as a4d5c9f It's very old commit and I warn that we can't reset it without Codecov support. I tried to reset but it's just gave me the error that is was unable to reset. Related issue. |
I think it works now for our luck. |
our tests coverage should be compared against the
iroha2-dev
branch, notiroha2-stable
.Concerns
I was told that we target
iroha2-dev
branch because of computational resource concerns since target branch will have to be recomputed every time in case ofiroha2-dev
. If possible we should reuse latest build ofiroha2-dev
branch and share it among all active PRs so as to alleviate this a little bit. How big of a deal is to recompute target branch coverage?The text was updated successfully, but these errors were encountered: