Closed nikita-b closed 2 years ago
Merging #134 (bc2518c) into master (d8a54bd) will increase coverage by
0.15%
. The diff coverage is90.32%
.
@@ Coverage Diff @@
## master #134 +/- ##
==========================================
+ Coverage 90.30% 90.45% +0.15%
==========================================
Files 28 29 +1
Lines 1155 1184 +29
==========================================
+ Hits 1043 1071 +28
- Misses 112 113 +1
Impacted Files | Coverage Δ | |
---|---|---|
nomad/api/namespaces.py | 57.50% <0.00%> (ø) |
|
nomad/api/search.py | 95.83% <95.83%> (ø) |
|
nomad/__init__.py | 98.41% <100.00%> (+0.05%) |
:arrow_up: |
nomad/api/__init__.py | 100.00% <100.00%> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
I want to add a missing features to the library (especially from 1.4) but decided to start with
search
endpoint.I added verification for
context
argument on the library side because Nomad returns an empty response if you have the wrong (non-existing) context. It looks pretty strange for me.Tests were passed locally: