Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix frontend artifacts directory in pyproject.toml #343

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

thomass-dev
Copy link
Collaborator

@thomass-dev thomass-dev commented Sep 17, 2024

Fixes an issue where the static directory where the frontend build is placed was not the one declared explicitly in the pyproject.toml. The frontend build directory was moved from skore/src/dashboard/static/ to skore/src/ui/static during #325 and the change was not made in pyproject.toml.

@thomass-dev thomass-dev self-assigned this Sep 17, 2024
Copy link
Contributor

Coverage Report for ./frontend

Status Category Percentage Covered / Total
🔵 Lines 86.54% 875 / 1011
🔵 Statements 86.54% 875 / 1011
🔵 Functions 62.79% 27 / 43
🔵 Branches 80.89% 72 / 89
File CoverageNo changed files found.
Generated in workflow #809

@augustebaum augustebaum merged commit a2d6de7 into main Sep 17, 2024
1 check passed
@augustebaum augustebaum deleted the fix-artifacts-pyproject branch September 17, 2024 13:05
@thomass-dev thomass-dev added the bug Something isn't working label Sep 18, 2024
thomass-dev added a commit that referenced this pull request Dec 2, 2024
Fixes an issue where the static directory where the frontend build is
placed was not the one declared explicitly in the `pyproject.toml`. The
frontend build directory was moved from `skore/src/dashboard/static/` to
`skore/src/ui/static` during #325 and the change was not made in
`pyproject.toml`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants