Skip to content

remove the demos workflow#301

Merged
MaxenceGollier merged 1 commit intoJuliaSmoothOptimizers:masterfrom
MaxenceGollier:demos
Feb 27, 2026
Merged

remove the demos workflow#301
MaxenceGollier merged 1 commit intoJuliaSmoothOptimizers:masterfrom
MaxenceGollier:demos

Conversation

@MaxenceGollier
Copy link
Copy Markdown
Collaborator

@dpo, will replace it with a benchmark workflow.

Copilot AI review requested due to automatic review settings February 27, 2026 15:04
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 pull request removes the demos.yml GitHub Actions workflow that was responsible for running example demonstrations (demo-bpdn, demo-bpdn-constr, demo-nnmf-constr) and uploading the generated PDF artifacts. According to the PR description, this workflow is being replaced with a benchmark workflow.

Changes:

  • Deleted the .github/workflows/demos.yml workflow file which ran example demonstrations on push to master and on pull requests
Comments suppressed due to low confidence (1)

.github/workflows/demos.yml:1

  • The workflow .github/workflows/pr-comment.yml depends on the "demos" workflow (line 4 of pr-comment.yml) and will fail when this workflow is removed. The pr-comment.yml file references workflows: ["demos"] in its workflow_run trigger. If the demos workflow is being replaced with a benchmark workflow, the pr-comment.yml should be updated to reference the new workflow name instead, or should be removed if no longer needed.

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

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.51%. Comparing base (e0f214d) to head (f379aad).
⚠️ Report is 272 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #301       +/-   ##
===========================================
+ Coverage   61.53%   83.51%   +21.98%     
===========================================
  Files          11       13        +2     
  Lines        1292     1656      +364     
===========================================
+ Hits          795     1383      +588     
+ Misses        497      273      -224     

☔ 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.

@MaxenceGollier MaxenceGollier merged commit 8b7a6b7 into JuliaSmoothOptimizers:master Feb 27, 2026
17 checks passed
@MaxenceGollier MaxenceGollier deleted the demos branch February 27, 2026 18:34
@MaxenceGollier MaxenceGollier mentioned this pull request Feb 27, 2026
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.

2 participants