Closed OSPFNeighbour closed 6 years ago
Merging #517 into master will decrease coverage by
0.75%
. The diff coverage is2.02%
.
@@ Coverage Diff @@
## master #517 +/- ##
==========================================
- Coverage 28.61% 27.85% -0.76%
==========================================
Files 174 175 +1
Lines 2817 2897 +80
Branches 414 421 +7
==========================================
+ Hits 806 807 +1
- Misses 1700 1772 +72
- Partials 311 318 +7
Flag | Coverage Δ | |
---|---|---|
#integration | 0% <0%> (ø) |
:arrow_up: |
#unittests | 28.4% <2.08%> (-0.76%) |
:arrow_down: |
Impacted Files | Coverage Δ | |
---|---|---|
server/src/schema.js | 75% <ø> (ø) |
:arrow_up: |
server/src/resolvers.js | 1.58% <0%> (-0.08%) |
:arrow_down: |
server/src/subscriptions.js | 0% <0%> (ø) |
|
server/src/main.js | 0% <0%> (ø) |
:arrow_up: |
server/src/constants.js | 100% <100%> (ø) |
:arrow_up: |
server/src/logic.js | 1.94% <2.08%> (-0.29%) |
:arrow_down: |
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 adb089e...da4d8b8. Read the comment docs.
Auth is not working correctly
I fixed auth :-) client side error in the end
rebase
Server side code to allow web socket graphql subscriptions.
Change your status on event number 3 and you get pushed this
JWT Auth is implemented and seems to work.
Caveats: