Closed silvandeleemput closed 3 years ago
Merging #313 (1ab2b74) into master (dbfabbd) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #313 +/- ##
=======================================
Coverage 85.24% 85.24%
=======================================
Files 13 13
Lines 881 881
Branches 127 127
=======================================
Hits 751 751
Misses 87 87
Partials 43 43
Impacted Files | Coverage Δ | |
---|---|---|
evalutils/cli.py | 71.56% <ø> (ø) |
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 dbfabbd...1ab2b74. Read the comment docs.
Can you also update setup.py to update which version of click we require now (click>=8
?)
The fix works for all versions of click, so no need to fix the version.
Closes #312
Added named parameters to the IntRange object to avoid issues with newer versions of click. See #312 for a detailed description of the issue. This should fix our CI tests.