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
27 stars 3 forks source link

test: Add test for PythonValueRangeFactory #64

Closed Christopher-Chianelli closed 1 month ago

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

triceo commented 1 month ago

There is something wrong with Sonar.

First, the job was red because automatic analysis was enabled on Sonarcloud. So I disabled it in the Administration there. (But even though the job was red, the analysis happened.) Now the job is red because it is missing some credentials, and the analysis doesn't show up.

Christopher-Chianelli commented 1 month ago

It appears the wrong token name was used in the action (SONARCLOUD_TOKEN instead of SONAR_TOKEN).