optuna / optuna-dashboard

Real-time Web Dashboard for Optuna.
https://optuna-dashboard.readthedocs.io/en/latest/
Other
505 stars 83 forks source link

[draft] Fix e2e test #929

Closed keisuke-umezawa closed 3 weeks ago

keisuke-umezawa commented 1 month ago

Contributor License Agreement

This repository (optuna-dashboard) and Goptuna share common code. This pull request may therefore be ported to Goptuna. Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request.

Reference Issues/PRs

What does this implement/fix? Explain your changes.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 70.32%. Comparing base (cc0ab0f) to head (043d068). Report is 119 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #929 +/- ## ========================================== + Coverage 69.58% 70.32% +0.74% ========================================== Files 35 35 Lines 2377 2379 +2 ========================================== + Hits 1654 1673 +19 + Misses 723 706 -17 ```

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

c-bata commented 3 weeks ago

According to my investigation at #939, parallel coordinate plot was broken in the CI environment. I still could not reproduce the error on my local environment though...