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

add option --filter and --helpfilter in buildtest report #449

Merged

Conversation

shahzebsiddiqui
Copy link
Member

No description provided.

We can now filter by buildspec,name,state,returncode,executor,tags.
The values must be passed as key=value and multiple argument can
be separated by comma. If multiple filter argument are specified it
will perform a logical AND.
The --filter and --format can be used together to filter and format
report.
Add test coverage for filter options
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Sep 4, 2020
@codecov
Copy link

codecov bot commented Sep 4, 2020

Codecov Report

Merging #449 into devel will decrease coverage by 0.06%.
The diff coverage is 71.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel     #449      +/-   ##
==========================================
- Coverage   73.61%   73.56%   -0.06%     
==========================================
  Files          25       25              
  Lines        1660     1717      +57     
  Branches      252      276      +24     
==========================================
+ Hits         1222     1263      +41     
- Misses        367      382      +15     
- Partials       71       72       +1     
Impacted Files Coverage Δ
buildtest/menu/__init__.py 40.00% <7.69%> (-60.00%) ⬇️
buildtest/menu/report.py 92.66% <89.13%> (-1.19%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b062c63...c6a552f. Read the comment docs.

@shahzebsiddiqui shahzebsiddiqui merged commit e16b7e6 into buildtesters:devel Sep 4, 2020
@trafico-bot trafico-bot bot added ✨ Merged Pull Request has been merged successfully and removed 🔍 Ready for Review Pull Request is not reviewed yet labels Sep 4, 2020
@shahzebsiddiqui shahzebsiddiqui deleted the filter_buildspec_find branch September 4, 2020 02:21
@shahzebsiddiqui shahzebsiddiqui linked an issue Sep 4, 2020 that may be closed by this pull request
shahzebsiddiqui added a commit that referenced this pull request Sep 14, 2020
* add option --filter and --helpfilter in buildtest report
We can now filter by buildspec,name,state,returncode,executor,tags.
The values must be passed as key=value and multiple argument can
be separated by comma. If multiple filter argument are specified it
will perform a logical AND.
The --filter and --format can be used together to filter and format
report.
Add test coverage for filter options

* add comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Merged Pull Request has been merged successfully size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

filter buildtest report
1 participant