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 8 forks source link

Fix issues with README #90

Closed computablee closed 11 months ago

computablee commented 11 months ago

Which issue are you addressing?

No current issue

How have you addressed the issue?

Currently, the README is being edited by all-contributors, which causes it not to render properly on GitHub Sites or NuGet. This PR addresses that with some light automation. This PR also updates the naming of some of the GitHub Actions to be nicer to read.

How have you tested your patch?

Haven't, letting the actions run now to check.

codecov[bot] commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (5056704) 99.17% compared to head (8ca1e10) 99.17%. Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #90 +/- ## ======================================= Coverage 99.17% 99.17% ======================================= Files 12 12 Lines 1096 1096 Branches 102 102 ======================================= Hits 1087 1087 Misses 3 3 Partials 6 6 ```

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