TimefoldAI / timefold-solver-python

Timefold Solver is an AI constraint solver for Python to optimize the Vehicle Routing Problem, Employee Rostering, Maintenance Scheduling, Task Assignment, School Timetabling, Cloud Optimization, Conference Scheduling, Job Shop Scheduling, Bin Packing and many more planning problems.
https://timefold.ai
Apache License 2.0
36 stars 3 forks source link

ci: Fix coverage package name #16

Closed Christopher-Chianelli closed 4 months ago

Christopher-Chianelli commented 4 months ago

--cov takes package path, not package name.

This makes the generated coverage.xml correct (tested locally). However, we probably still need to set SONARCLOUD_TOKEN and create the timefold_solver_python project in SonarCloud.

triceo commented 4 months ago

For the time being, I think SonarCloud won't work, because it is only free on public projects.

Christopher-Chianelli commented 4 months ago

I disabled the workflow via the GitHub UI; the change does fix an issue that prevent the coverage.xml from being generated.

Christopher-Chianelli commented 4 months ago

(we ideally want to re-enable it once this project becomes public)