Closed dcmoura closed 3 years ago
Merging #41 (88b3050) into master (379b878) will decrease coverage by
0.32%
. The diff coverage is87.50%
.
@@ Coverage Diff @@
## master #41 +/- ##
==========================================
- Coverage 95.40% 95.07% -0.33%
==========================================
Files 9 9
Lines 805 812 +7
==========================================
+ Hits 768 772 +4
- Misses 37 40 +3
Impacted Files | Coverage Δ | |
---|---|---|
spyql/processor.py | 95.65% <78.94%> (-1.41%) |
:arrow_down: |
spyql/cli.py | 99.24% <100.00%> (-0.04%) |
:arrow_down: |
spyql/log.py | 100.00% <100.00%> (+3.12%) |
:arrow_up: |
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 379b878...88b3050. Read the comment docs.
This PR adds the following functionalities to spyql cli:
Look at the docs for more information and examples.
Closes #13 (although a startup file was preferred over a command line argument). Fixes #20 .