-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
chore: enable coverage in Undercover CI #2536
Conversation
Code Climate has analyzed commit 36cea00 and detected 0 issues on this pull request. View more on Code Climate. |
This PR has been marked as stale because there was no activity for the past 15 days. |
.github/workflows/undercover.yml
Outdated
ruby scripts/merge_coverage.rb coverage_all.lcov | ||
- run: | | ||
ruby -e "$(curl -s https://undercover-ci.com/uploader.rb)" -- \ | ||
--repo grodowski/avo \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to change to avo-hq/avo
and install Undercover GH app before merging
def hallo | ||
puts "Nobody tested me yet :(" | ||
puts "Nobody tested me yet :(" | ||
puts "Nobody tested me yet :(" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Remove :)
@adrianthedev could you approve the workflows so that we can check if all configs works on the base repo? |
Done @grodowski! |
This looks good @grodowski. Should I merge it and see the results? |
Sounds good! I am surprised Github didn't run the undercover.yml merge coverage workflow. Can we assume it will happen once the code is no longer a fork? |
Description
Fixes # (issue)
Checklist: