optuna / optuna-dashboard

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

Add configuration file to collect test coverage #868

Closed c-bata closed 2 weeks ago

c-bata commented 3 months ago

Motivation

Currently, the test coverage for Python source files are collected by using pytest-cov and is sent to codecov.io. However, the test coverage for our TypeScript files remains unaccounted.

Suggestion

Please refer to the official documentation of Vitest, https://vitest.dev/guide/coverage, and add a configuration file to collect the test coverage for @optuna/react package, which is located on tslib/react.

github-actions[bot] commented 4 weeks ago

This issue has not seen any recent activity.

github-actions[bot] commented 2 weeks ago

This issue was closed automatically because it had not seen any recent activity. If you want to discuss it, you can reopen it freely.