We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The progress bar should display the correct total number of queries to be executed.
The "progress bar total" is less than the total of queries.
kics scan
assets/queries
The text was updated successfully, but these errors were encountered:
fix(pb): Removed Counters from progress bar (#3989)
9b815fa
Signed-off-by: João Reigota <[email protected]>
fix(progress bar): Removed Counters from the progress bar (#3989) (#4046
1dda0fc
) Signed-off-by: João Reigota <[email protected]> Co-authored-by: Rogério Peixoto <[email protected]>
Successfully merging a pull request may close this issue.
Expected Behavior
The progress bar should display the correct total number of queries to be executed.
Actual Behavior
The "progress bar total" is less than the total of queries.
![image](https://user-images.githubusercontent.com/75368139/128141439-0b46b543-0e31-428c-b6ca-b43b2c182576.png)
Steps to Reproduce the Problem
kics scan
againstassets/queries
The text was updated successfully, but these errors were encountered: