8000 Improve coverage testing: merge coverage files from all runs + run examples by wilzbach · Pull Request #20 · vibe-d/vibe-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Improve coverage testing: merge coverage files from all runs + run examples #20

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

wilzbach
Copy link
Member
@wilzbach wilzbach commented Jul 2, 2017

Analogous to vibe-d/vibe.d#1808 - I picked a different version, s.t. no conflicts can occur.

@wilzbach wilzbach force-pushed the improve-codecov branch 2 times, most recently from 5d67d75 to 29357a9 Compare July 2, 2017 21:52
@wilzbach
Copy link
Member Author
wilzbach commented Jul 2, 2017

image

Huh - that's not intended. Any ideas on what I might have gone wrong / lead to this?

( dub args.d | grep -q '^argtest=$' ) || die "Fail (no argument)"
( dub args.d --argtest=aoeu | grep -q '^argtest=aoeu$' ) || die "Fail (with argument)"
( ( ! dub args.d --inexisting 2>&1 ) | grep -qF 'Unrecognized command line option' ) || die "Fail (unknown argument)"
DUB_ARGS="--single ${DUB_ARGS:-}"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a huge fan of this, but sadly due to https://issues.dlang.org/show_bug.cgi?id=13742, only the singleFile buildMode works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0