-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
V2.0.4 #413
Conversation
ArgGroups can now be built from standalone YAML documents. This is labeled as a fix because it should have been the case prior. A standalone YAML document for a group would look something like ``` name: test args: - arg1 - arg2 required: true conflicts: - arg3 requires: - arg4 ``` This commit also keeps support building groups as part of a larger entire App YAML document where the name is specified as a key to the yaml tree
r? @Vinatorul (yo-bot has picked a reviewer for you, use r? to override) |
@Vinatorul looks like that coveralls bug again...how did you fix it last time? |
@kbknapp I have restarted travis build for stable branch. But I think the problem is not in
|
As I can see on their status page - they have some problems now |
Yep, a bunch of people are starting to post on their issues page: lemurheavy/coveralls-public#487 We'll merge this for now, because I know the coverage didn't decrease 😉 @homu r+ |
📌 Commit 9f7a4af has been approved by |
@kbknapp have you noticed that |
☀️ Test successful - status |
Common 90% coverage! 🙏