Skip to content
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

Raise warning when wily build runs but does not collect any data #80

Open
edison12a opened this issue Aug 10, 2019 · 3 comments
Open

Raise warning when wily build runs but does not collect any data #80

edison12a opened this issue Aug 10, 2019 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers up-for-grabs

Comments

@edison12a
Copy link

edison12a commented Aug 10, 2019

Running >$ wily build src/

Returns:

Running operators - raw,maintainability,cyclomatic,halstead
Processing |################################| 60/60
Completed building wily history, run `wily report <file>` or `wily index` to see more.```
@tonybaloney
Copy link
Owner

It doesn't validate the current existence of a path, because it may have existed within the git history (and not on the current working copy).

So, this is by design.

But. it would make sense for a warning to be issued when the index runs and does not collect any data

@tonybaloney tonybaloney added the enhancement New feature or request label Sep 17, 2019
@tonybaloney tonybaloney changed the title Wily builds my project history when i dont have a src folder Raise warning when wily build runs but does not collect any data Sep 17, 2019
@RiyaJohn
Copy link
Contributor

I can work on this

@RiyaJohn
Copy link
Contributor

RiyaJohn commented Oct 5, 2019

Raised PR #91 for this, please let me know if its fine

tonybaloney added a commit that referenced this issue Dec 15, 2019
#80 Add warning message when no data collected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers up-for-grabs
Projects
None yet
Development

No branches or pull requests

3 participants