You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeking guidance for git command error on _wily diff src/ -r HEAD^1 command that seems like some of the references may not be correct for the git tree object being passed as an argument:
The text was updated successfully, but these errors were encountered:
Thanks! I included the extra parameters; however, I'm getting no data collected messages due to main (our renamed master, which I also tried) not being an object with the line: wily diff src/our_path_specific_filename.py/ -r main.
This is what outputs by omitting -r main (or master) from wily diff src/our_path_specific_filename.py/ -r main :
Would you be able to advise on why 'no data is being collected'?
Also, on wily build src/ test/ command, is wily creating a folder for these metrics to be output or should test/ already be created in our repo? Thanks for the clarification on this.
I did try following up with the alternate syntax: wily diff src/our_path_filename.py/ -r HEAD^1 but still getting the no data collected in above/previous images.
Seeking guidance for git command error on _wily diff src/ -r HEAD^1 command that seems like some of the references may not be correct for the git tree object being passed as an argument:
The text was updated successfully, but these errors were encountered: