devitocodes / devito

DSL and compiler framework for automated finite-differences and stencil computation
http://www.devitoproject.org
MIT License
536 stars 221 forks source link

CI: revamp parallel marker #2347

Closed mloubout closed 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 79.06977% with 36 lines in your changes are missing coverage. Please review.

Project coverage is 79.43%. Comparing base (981661f) to head (65ee2e1).

Files Patch % Lines
conftest.py 27.02% 27 Missing :warning:
tests/test_gpu_common.py 0.00% 3 Missing :warning:
tests/test_gpu_openmp.py 0.00% 3 Missing :warning:
tests/test_gpu_openacc.py 0.00% 2 Missing :warning:
tests/test_linearize.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2347 +/- ## ========================================== + Coverage 79.41% 79.43% +0.01% ========================================== Files 232 232 Lines 43578 43571 -7 Branches 8072 8068 -4 ========================================== + Hits 34608 34611 +3 + Misses 8213 8204 -9 + Partials 757 756 -1 ```

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