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 missing unit test for sidb distance #259

Merged
merged 44 commits into from
Jul 26, 2023

Conversation

Drewniok
Copy link
Collaborator

Description

This PR adds a few missing unit tests for sidb_nanometer_distance.

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

dependabot bot and others added 30 commits April 2, 2023 15:38
Bumps [libs/Catch2](https://github.com/catchorg/Catch2) from `6783411` to `1f881ab`.
- [Release notes](https://github.com/catchorg/Catch2/releases)
- [Commits](catchorg/Catch2@6783411...1f881ab)

---
updated-dependencies:
- dependency-name: libs/Catch2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [libs/parallel-hashmap](https://github.com/greg7mdp/parallel-hashmap) from `7883cb6` to `d2bed96`.
- [Release notes](https://github.com/greg7mdp/parallel-hashmap/releases)
- [Commits](greg7mdp/parallel-hashmap@7883cb6...d2bed96)

---
updated-dependencies:
- dependency-name: libs/parallel-hashmap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@Drewniok Drewniok added the test Tests added or missing label Jul 26, 2023
@Drewniok Drewniok self-assigned this Jul 26, 2023
@Drewniok Drewniok requested a review from marcelwa July 26, 2023 09:10
Copy link
Collaborator

@marcelwa marcelwa left a comment

Choose a reason for hiding this comment

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

Thanks for adding these tests. Looks good! Just two minor requests from my side.

test/algorithms/path_finding/distance.cpp Outdated Show resolved Hide resolved
test/algorithms/path_finding/distance.cpp Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jul 26, 2023

Codecov Report

Merging #259 (654fa8a) into main (2c1d621) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #259   +/-   ##
=======================================
  Coverage   94.67%   94.67%           
=======================================
  Files          84       84           
  Lines        7648     7648           
=======================================
  Hits         7241     7241           
  Misses        407      407           

@Drewniok Drewniok requested a review from marcelwa July 26, 2023 10:04
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

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

CodeQL found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.

@Drewniok Drewniok merged commit 5bb25c3 into cda-tum:main Jul 26, 2023
56 checks passed
@Drewniok Drewniok deleted the add_unit_test_sidb_distance branch July 26, 2023 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Tests added or missing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants