Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL validation #45

Merged
merged 27 commits into from
Sep 9, 2020
Merged

SSL validation #45

merged 27 commits into from
Sep 9, 2020

Conversation

adamkobor
Copy link
Collaborator

Resolves #10

@codecov
Copy link

codecov bot commented Sep 5, 2020

Codecov Report

Merging #45 into main will increase coverage by 0.74%.
The diff coverage is 98.16%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #45      +/-   ##
============================================
+ Coverage     95.60%   96.35%   +0.74%     
- Complexity      184      250      +66     
============================================
  Files            45       56      +11     
  Lines           705     1014     +309     
  Branches         45       68      +23     
============================================
+ Hits            674      977     +303     
- Misses           13       20       +7     
+ Partials         18       17       -1     
Impacted Files Coverage Δ Complexity Δ
...n/com/kuvaszuptime/kuvasz/models/ScheduledCheck.kt 100.00% <ø> (ø) 4.00 <0.00> (ø)
...lin/com/kuvaszuptime/kuvasz/models/ServiceError.kt 100.00% <ø> (ø) 1.00 <0.00> (?)
...time/kuvasz/models/handlers/SlackWebhookMessage.kt 75.00% <ø> (ø) 2.00 <0.00> (?)
...ptime/kuvasz/models/handlers/TelegramAPIMessage.kt 60.00% <ø> (ø) 2.00 <0.00> (?)
.../com/kuvaszuptime/kuvasz/services/UptimeChecker.kt 97.67% <ø> (ø) 6.00 <0.00> (ø)
...kuvaszuptime/kuvasz/services/MonitorCrudService.kt 87.75% <75.00%> (+2.33%) 17.00 <0.00> (+2.00)
...com/kuvaszuptime/kuvasz/services/CheckScheduler.kt 86.04% <86.95%> (-4.58%) 11.00 <3.00> (+2.00) ⬇️
...aszuptime/kuvasz/models/events/formatters/Emoji.kt 87.50% <87.50%> (ø) 0.00 <0.00> (?)
...n/com/kuvaszuptime/kuvasz/services/SSLValidator.kt 90.90% <90.90%> (ø) 5.00 <5.00> (?)
...szuptime/kuvasz/handlers/RTCMessageEventHandler.kt 96.87% <96.87%> (ø) 5.00 <5.00> (?)
... and 42 more

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 3543bcc...3936855. Read the comment docs.

@adamkobor adamkobor added the WIP label Sep 5, 2020
@adamkobor adamkobor merged commit 50c0a58 into main Sep 9, 2020
@adamkobor adamkobor deleted the ssl-validation branch September 9, 2020 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement SSL cert monitoring
1 participant