ReactiveBayes / RxInfer.jl

Julia package for automated Bayesian inference on a factor graph with reactive message passing
MIT License
237 stars 24 forks source link

Create a separate CI action for formatting #307

Open bvdmitri opened 2 months ago

bvdmitri commented 2 months ago

This pull request introduces the Format.yml action, which automatically generates PRs for formatting suggestions. It also removes the explicit requirement for the code to be perfectly formatted. I believe that as we expand our pool of collaborators, this approach is preferable to banning PR due to formatting issues.

bvdmitri commented 2 months ago

Apparently the version 3 is not available. I opened an issue in the formatting action repository.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 84.64%. Comparing base (0d139b7) to head (1f6eae0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #307 +/- ## ======================================= Coverage 84.64% 84.64% ======================================= Files 18 18 Lines 1472 1472 ======================================= Hits 1246 1246 Misses 226 226 ```

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