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

Adds progress bar option for report generation #36

Merged
merged 3 commits into from
Mar 29, 2021

Conversation

ominestre
Copy link
Owner

No description provided.

You can now provide an optional reporter object that will be useful for progress monitoring.
@ominestre ominestre added the enhancement New feature or request label Mar 26, 2021
@ominestre ominestre self-assigned this Mar 26, 2021
closes #35

This change uses the hooks introduced into report generation to power a progress bar for report generation.

Async/await ForEach transpiles into a generator which was causing issues with the report hook so this change also changes that to a for..of
@ominestre ominestre merged commit 8b0dcea into master Mar 29, 2021
@ominestre ominestre deleted the feature/scan-progress branch March 29, 2021 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant