bayesian-optimization / BayesianOptimization

A Python implementation of global optimization with gaussian processes.
https://bayesian-optimization.github.io/BayesianOptimization/index.html
MIT License
7.95k stars 1.55k forks source link

Fix docs badge #527

Closed till-m closed 1 month ago

till-m commented 1 month ago

Unfortunately a vulnerability patch broke the dynamic badge, see badges/shields#10553. This changes the badge to static -- we can in the future maybe figure out how to make it dynamic again.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 96.33%. Comparing base (aed6a25) to head (6375085). Report is 10 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #527 +/- ## ========================================== + Coverage 96.19% 96.33% +0.13% ========================================== Files 10 11 +1 Lines 867 872 +5 ========================================== + Hits 834 840 +6 + Misses 33 32 -1 ```

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