Closed my8100 closed 5 years ago
Hello @my8100! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
logparser/common.py
:Line 81:42: E127 continuation line over-indented for visual indent Line 107:5: E116 unexpected indentation (comment) Line 108:9: E116 unexpected indentation (comment) Line 109:9: E116 unexpected indentation (comment) Line 110:5: E116 unexpected indentation (comment) Line 111:5: E116 unexpected indentation (comment) Line 112:5: E116 unexpected indentation (comment) Line 113:5: E116 unexpected indentation (comment) Line 114:5: E116 unexpected indentation (comment) Line 121:21: E116 unexpected indentation (comment)
Merging #17 into master will increase coverage by
0.51%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #17 +/- ##
==========================================
+ Coverage 87.41% 87.92% +0.51%
==========================================
Files 9 9
Lines 898 903 +5
==========================================
+ Hits 785 794 +9
+ Misses 113 109 -4
Impacted Files | Coverage Δ | |
---|---|---|
logparser/scrapylogparser.py | 98.3% <100%> (+0.05%) |
:arrow_up: |
logparser/logparser.py | 95.6% <100%> (ø) |
:arrow_up: |
logparser/common.py | 100% <100%> (+4.21%) |
:arrow_up: |
Add LATEST_SCRAPE_ITEM_PATTERN for extracting latest_scrape and latest_item.