-
Notifications
You must be signed in to change notification settings - Fork 64
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
Coverage report doesn't appear on the Overview tab #42
Comments
@Finesse Thanks for the detailed report. Let me debug this; I’ll try to ship a fix this weekend. |
This should get the coverage to show up in the 'Overview' tab and fix #42.
@Finesse Do you mind testing my fix? You can use the branch In your Actions YML, simply replace |
Looks like using the branch doesn’t work. Let me merge this and you can perhaps try |
@paambaati I think this is not the reason. Your |
Includes fixes for paambaati/codeclimate-action#42
> > Becase this is causing a lot of weird issues (see #42).
@paambaati Fails, but the error is new: https://github.com/Finesse/SwiftMailerDefaultsPlugin/runs/278796185#step:1:9 |
@paambaati Fails with another error: https://github.com/Finesse/SwiftMailerDefaultsPlugin/runs/278808824#step:5:6 |
Hey guys, Thanks! |
For now, I'd recommend sticking to |
TBH @paambaati, it seems that everything's alright now. However, for some reason, |
@vinicius33 That action actually does build It pushes the actual release output to the |
@paambaati I see... that's weird. Maybe a new release might help? |
@paambaati it seems like the latest commit for this file was 2 days ago. 🤔 |
@vinicius33 Only because the last release (see #42 (comment)) was 2 days ago. |
@Finesse @vinicius33 Can you retest |
@paambaati It doesn't fail: https://github.com/Finesse/SwiftMailerDefaultsPlugin/runs/282740248#step:5:0 But the branch name still has |
@Finesse Phew, at least we're able to proceed now. Can you re-run it? I just pushed |
@paambaati The same: BTW, could you please add an action parameter to turn on/off the Code Climate debug? It will add additional information for Code Climate support:
|
The regexp must be |
@Finesse I just realized that! Let me do that first.
Doable, let me include that too in the next release. |
@paambaati The coverage has been successfully reported 🎉 But the |
@Finesse Looks like it worked. Can I close this issue? |
@paambaati I'm performing the final test on the |
@paambaati Everything looks good: PR auto comment, debug information and the Overview tab. The issue can be closed. Thank you! |
I've set up a GitHub Actions workflow to report my test code coverage to Code Climate. The workflow uses this action. As a result, the coverage report appears in the project settings:
But doesn't appear on the Overview tab in Code Climate:
I've directed this issue to the Code Climate support, they said that the branch name (provided by this action) must me
master
instead ofrefs/heads/master
.The full conversation
Code Climate:
I:
Code Climate:
Please also consider that a branch can have a slash in its name, e.g. a gitflow-style branch
feature/name
.The text was updated successfully, but these errors were encountered: