RackSec / desdemona

Data-backed security operations
Eclipse Public License 1.0
2 stars 7 forks source link

Infix query support #107

Closed lvh closed 8 years ago

lvh commented 8 years ago

Closes #99.

codecov-io commented 8 years ago

Current coverage is 92.15%

Merging #107 into master will decrease coverage by -0.11% as of 11253d6

@@            master    #107   diff @@
======================================
  Files           17      17       
  Stmts          194     204    +10
  Branches         8       9     +1
  Methods          0       0       
======================================
+ Hit            179     188     +9
- Partial          8       9     +1
  Missed           7       7       

Review entire Coverage Diff as of 11253d6

Powered by Codecov. Updated on successful CI builds.

lvh commented 8 years ago

This builds on top of #102, that should be reviewed and merged first.

sirsean commented 8 years ago

I think some of these changes have already been merged. Merge master into this?

lvh commented 8 years ago

On it.

lvh commented 8 years ago

The codecov failure is bullshit; it's failing on a partial branch introduced by introducing another match statement.

sirsean commented 8 years ago

It seems like coverage doesn't handle those match statements very well.