jpdillingham / Soulseek.NET

A .NET Standard client library for the Soulseek network.
GNU General Public License v3.0
173 stars 24 forks source link

Add support for supporter status in login response #796

Closed jpdillingham closed 10 months ago

jpdillingham commented 10 months ago

This is an old branch I found sitting here unmerged. I really don't have much recollection of this, but I'm guessing @mathiascode does, since they probably told me about this!

sonarcloud[bot] commented 10 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

100.0% 100.0% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.21) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Read more here

codecov[bot] commented 10 months ago

Codecov Report

Merging #796 (0c6bc88) into master (72421a7) will increase coverage by 0.00%. Report is 18 commits behind head on master. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #796   +/-   ##
=======================================
  Coverage   99.38%   99.38%           
=======================================
  Files         182      182           
  Lines        6202     6213   +11     
  Branches      942      934    -8     
=======================================
+ Hits         6164     6175   +11     
  Misses         21       21           
  Partials       17       17           
Files Coverage Δ
src/Messaging/Messages/Server/LoginResponse.cs 100.00% <100.00%> (ø)
src/ServerInfo.cs 100.00% <100.00%> (ø)
src/SoulseekClient.cs 99.31% <100.00%> (+<0.01%) :arrow_up:

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!