computablee / DotMP

A collection of powerful abstractions for parallel programming in .NET with an OpenMP-like API.
https://computablee.github.io/DotMP/
GNU Lesser General Public License v2.1
29 stars 7 forks source link

Fix code quality tests #137

Closed computablee closed 10 months ago

computablee commented 10 months ago

Which issue are you addressing?

Closes #129

How have you addressed the issue?

The errors with README.md were resolved. The issues with jscpd were not easily able to be worked around, so jscpd:ignore-start was used.

How have you tested your patch?

All tests pass.

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (c3ca9bc) 98.89% compared to head (f91cc76) 98.89%. Report is 6 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #137 +/- ## ======================================= Coverage 98.89% 98.89% ======================================= Files 13 13 Lines 1449 1449 Branches 157 157 ======================================= Hits 1433 1433 Misses 5 5 Partials 11 11 ```

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