Closed tim-schilling closed 4 years ago
Merging #72 into master will increase coverage by
0.16%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #72 +/- ##
==========================================
+ Coverage 85.88% 86.05% +0.16%
==========================================
Files 16 16
Lines 659 667 +8
Branches 115 115
==========================================
+ Hits 566 574 +8
Misses 74 74
Partials 19 19
Impacted Files | Coverage Δ | |
---|---|---|
src/lti/tool_config.py | 92.14% <ø> (+0.05%) |
:arrow_up: |
src/lti/launch_params.py | 90.66% <100%> (+0.38%) |
:arrow_up: |
src/lti/tool_proxy.py | 100% <0%> (ø) |
:arrow_up: |
src/lti/tool_provider.py | 90.12% <0%> (+0.12%) |
:arrow_up: |
src/lti/outcome_response.py | 80.51% <0%> (+0.25%) |
:arrow_up: |
src/lti/outcome_request.py | 68.69% <0%> (+0.27%) |
: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 87d7f9b...12edfd7. Read the comment docs.
I wasn't sure if I should also change the deploy portion of Travis to use 3.7 or 3.8 so I left that alone.
Also, can you add the trove classifiers to setup.py?
This closes #71.
It also adds python 3.7 and 3.8 to tox and travis.