-
Notifications
You must be signed in to change notification settings - Fork 26
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
Stale Docs #66
Stale Docs #66
Conversation
Codecov Report
@@ Coverage Diff @@
## master #66 +/- ##
==========================================
+ Coverage 67.66% 69.45% +1.79%
==========================================
Files 32 33 +1
Lines 1976 2118 +142
==========================================
+ Hits 1337 1471 +134
+ Misses 570 569 -1
- Partials 69 78 +9
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
processors: | ||
name: filter_processor | ||
config: | ||
filters: | ||
- any: | ||
- tag: txn.rcv | ||
expression-type: exact | ||
expression: "NVCAFYNKJL2NGAIZHWLIKI6HGMTLYXL7BXPBO7NXX4A7GMMWKNFKFKDKP4" | ||
- name: filter_processor | ||
config: | ||
filters: | ||
- any: | ||
- tag: txn.rcv | ||
expression-type: equal | ||
expression: "NVCAFYNKJL2NGAIZHWLIKI6HGMTLYXL7BXPBO7NXX4A7GMMWKNFKFKDKP4" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to self: let's not merge this until I'm 100% sure that the filter is actually working as designed in my toy example.
Incorporating as parte of #83 |
Summary
Fixing typos and stale documentation.
Test Plan
CI - as no changes to actual code