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 support for filtering by label selectors #10

Merged
merged 6 commits into from
Aug 20, 2019
Merged

add support for filtering by label selectors #10

merged 6 commits into from
Aug 20, 2019

Conversation

ryane
Copy link
Owner

@ryane ryane commented Aug 19, 2019

fixes #9

@codecov-io
Copy link

codecov-io commented Aug 19, 2019

Codecov Report

Merging #10 into master will increase coverage by 8.77%.
The diff coverage is 90.32%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage      78%   86.77%   +8.77%     
==========================================
  Files           6        6              
  Lines         150      189      +39     
==========================================
+ Hits          117      164      +47     
+ Misses         24       17       -7     
+ Partials        9        8       -1
Impacted Files Coverage Δ
pkg/filter/errors.go 85.71% <ø> (ø) ⬆️
pkg/filter/filter.go 100% <100%> (+22.85%) ⬆️
pkg/filter/matcher.go 84.21% <85%> (+8.7%) ⬆️

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 cea9ebc...031077b. Read the comment docs.

@ryane ryane merged commit 6d3db7b into master Aug 20, 2019
@Stanislasss
Copy link

Thanks @ryane for the fast reaction. I'll have a look at the new feature :-)

@ryane ryane deleted the labels branch July 11, 2020 13:58
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.

Feature: Allow filtering on metadata.labels.MYLABELNAME
3 participants