Skip to content

Update .gitignore and Add limited delta status on cli - #138

Closed
ankit2001 wants to merge 1 commit into
aboutcode-org:developfrom
ankit2001:develop
Closed

Update .gitignore and Add limited delta status on cli#138
ankit2001 wants to merge 1 commit into
aboutcode-org:developfrom
ankit2001:develop

Conversation

@ankit2001

Copy link
Copy Markdown

Signed-off-by: ankit2001 ankitchoudhary202.ac@gmail.com

@ankit2001

Copy link
Copy Markdown
Author

I have created new pr @MaJuRG , please review it .
The last one was still pending after passing all test , i do not know why it was not upgrading,
So that's a new pr

Comment thread .gitignore Outdated
/Scripts
/Lib
/pip-selfcheck.json
/output.json

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We do not want this in our gitignore

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

You did not remove this yet.

Comment thread .gitignore Outdated
/Scripts
/Lib
/pip-selfcheck.json
/output.json

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

You did not remove this yet.

Signed-off-by: ankit2001 <ankitchoudhary202.ac@gmail.com>
@ankit2001

Copy link
Copy Markdown
Author

@MaJuRG ,i have done the required changes.

@ankit2001
ankit2001 requested a review from steven-esser March 16, 2020 16:47
Comment thread src/deltacode/cli.py
Comment on lines +60 to +63
status = deltacode.stats.to_dict()
click.echo("\nDelta stats :\n")
for stat, value in status.iteritems():
click.echo("{} : {}".format(stat,value))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can we break down the stats to handle factors as well?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

what factors u want @MaJuRG, can u give me some examples??

@steven-esser

Copy link
Copy Markdown
Contributor

Closing due to stagnation.

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