Skip to content

Trigger test workflows on master pushes#1061

Draft
mickaelbegon wants to merge 3 commits into
pyomeca:masterfrom
mickaelbegon:codex/fix-run-tests-badge
Draft

Trigger test workflows on master pushes#1061
mickaelbegon wants to merge 3 commits into
pyomeca:masterfrom
mickaelbegon:codex/fix-run-tests-badge

Conversation

@mickaelbegon

@mickaelbegon mickaelbegon commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Trigger the Linux test workflow on pushes to master in addition to pull requests.
  • Trigger the macOS/Windows test workflow on pushes to master in addition to pull requests.

Why

The README CI badge points to the Linux test workflow, but the workflow only ran for pull requests. Since the repository default branch is master, completed merges did not refresh the badge status for the default branch.

Fixes #1060.

Validation

  • git diff --check

This change is Reviewable

@codecov

codecov Bot commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 60.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.26%. Comparing base (627c167) to head (79348c2).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
bioptim/gui/ipopt_output_plot.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1061      +/-   ##
==========================================
- Coverage   77.26%   77.26%   -0.01%     
==========================================
  Files         196      196              
  Lines       21508    21505       -3     
==========================================
- Hits        16618    16615       -3     
  Misses       4890     4890              
Flag Coverage Δ
unittests 77.26% <60.00%> (-0.01%) ⬇️

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

☔ View full report in Codecov by Harness.
📢 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.

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.

Run test badge in readme has "no status"

1 participant