Closed Annopaolo closed 3 years ago
Merging #41 (daae321) into release-1.0 (0bc2f39) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## release-1.0 #41 +/- ##
============================================
Coverage 73.03% 73.03%
============================================
Files 9 9
Lines 178 178
============================================
Hits 130 130
Misses 48 48
Impacted Files | Coverage Δ | |
---|---|---|
lib/astarte_vmq_plugin.ex | 92.98% <ø> (ø) |
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 0bc2f39...fcf17b3. Read the comment docs.
Fix #1 . Now the Plugin returns
:next
instead of:ok
inauth_on_publish
andauth_on_subscribe
when the username doesn't contain a/
(and so it is not considered a device).