trixi-framework / PointNeighbors.jl

PointNeighbors.jl: Neighborhood search with fixed search radius in Julia
https://trixi-framework.github.io/PointNeighbors.jl/
MIT License
10 stars 1 forks source link

Restructure tests #13

Closed efaulhaber closed 1 month ago

efaulhaber commented 1 month ago

The manually constructed periodic tests are now used in two places:

  1. For all neighborhood search implementations with for_particle_neighbor.
  2. For the grid NHS only with eachneighbor (only testing for potential neighbors).
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.74%. Comparing base (ded6167) to head (7a02549).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #13 +/- ## ========================================== + Coverage 74.86% 80.74% +5.87% ========================================== Files 7 8 +1 Lines 191 187 -4 ========================================== + Hits 143 151 +8 + Misses 48 36 -12 ``` | [Flag](https://app.codecov.io/gh/trixi-framework/PointNeighbors.jl/pull/13/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trixi-framework) | Coverage Δ | | |---|---|---| | [unit](https://app.codecov.io/gh/trixi-framework/PointNeighbors.jl/pull/13/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trixi-framework) | `80.74% <100.00%> (+5.87%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trixi-framework#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.