Helmholtz-AI-Energy / propulate

Propulate is an asynchronous population-based optimization algorithm and software package for global optimization and hyperparameter search on high-performance computers.
https://doi.org/10.1007/978-3-031-32041-5_6
BSD 3-Clause "New" or "Revised" License
31 stars 6 forks source link

Hotfix/coverage badge #120

Closed mcw92 closed 4 months ago

mcw92 commented 4 months ago

This PR fixes the coverage badge generation in the testing workflow. Before, we used this action to generate the badge in the workflow. However, this action currently fails as documented in issue tj-actions/coverage-badge-py#163. That is why we replaced the action by manual badge generation from the coverage xml report using the Python package genbadge.