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

Add unittest dijkstra #504

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tuanhuy23
Copy link

Add more unit test for algorithms dijktra

@tuanhuy23 tuanhuy23 requested a review from siriak as a code owner March 1, 2025 17:28
Copy link
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need Algorithms.Dijktra.Tests/Algorithms.Dijktra.Tests.csproj? All tests are put either in Algorithms.Tests or DataStructures.Tests

Copy link

codecov bot commented Mar 1, 2025

Codecov Report

Attention: Patch coverage is 91.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 2.80%. Comparing base (2ed7a7b) to head (0f2a55c).

Files with missing lines Patch % Lines
Algorithms/Graph/Dijkstra/DistanceModel.cs 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #504       +/-   ##
==========================================
- Coverage   95.16%   2.80%   -92.36%     
==========================================
  Files         267     267               
  Lines       10848   10857        +9     
  Branches     1527    1527               
==========================================
- Hits        10323     305    -10018     
- Misses        400   10543    +10143     
+ Partials      125       9      -116     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants