Closed ugGit closed 1 year ago
@pwildenhain anything for me left to do such that the CI passes?
Merging #269 (90f2f9e) into master (a507d1a) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #269 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 19 19
Lines 568 572 +4
=========================================
+ Hits 568 572 +4
Impacted Files | Coverage Δ | |
---|---|---|
redcap/methods/records.py | 100.00% <100.00%> (ø) |
Implements https://github.com/redcap-tools/PyCap/issues/262.
Change the expected argument type from
List[str]
toUnion[List[str], str]
and coerce if required the argument fromstr
toList[str]
before starting the processing.