Skip to content

adding dockerfile for javascript#721

Merged
K20shores merged 2 commits intomainfrom
javascript_docker
Jan 7, 2026
Merged

adding dockerfile for javascript#721
K20shores merged 2 commits intomainfrom
javascript_docker

Conversation

@K20shores
Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jan 5, 2026

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds Docker support for building and testing the JavaScript/WebAssembly interface of MUSICA. The changes enable continuous integration testing of the JavaScript components using an Emscripten-based Docker container.

Key Changes:

  • Added Dockerfile.javascript with Emscripten SDK base image and CMake 3.24 installation
  • Updated CMake minimum version requirement from 3.21 to 3.24
  • Extended GitHub Actions workflow to build and test the JavaScript Docker image

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
docker/Dockerfile.javascript New Dockerfile using Emscripten SDK for JavaScript/WASM builds with CMake 3.24 installation
CMakeLists.txt Bumped minimum CMake version from 3.21 to 3.24
.github/workflows/docker.yml Added Dockerfile.javascript to build matrix and included separate test step for JavaScript tests
.dockerignore Added JavaScript-related files (javascript/, package.json, package-lock.json) to include list

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jan 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.63%. Comparing base (74d0f12) to head (90e0486).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #721   +/-   ##
=======================================
  Coverage   76.63%   76.63%           
=======================================
  Files         108      108           
  Lines        7849     7849           
=======================================
  Hits         6015     6015           
  Misses       1834     1834           
Flag Coverage Δ
cpp_fortran 69.60% <ø> (ø)
javascript 94.00% <ø> (ø)
python 82.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@K20shores K20shores merged commit 7f6777b into main Jan 7, 2026
48 of 55 checks passed
@K20shores K20shores deleted the javascript_docker branch January 7, 2026 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants