Skip to content

Remove test/models from repo; generate at test time#10

Merged
rafabench merged 1 commit intomasterfrom
100-percent-coverage
Mar 12, 2026
Merged

Remove test/models from repo; generate at test time#10
rafabench merged 1 commit intomasterfrom
100-percent-coverage

Conversation

@rafabench
Copy link
Copy Markdown
Owner

Summary

  • Remove committed test/models/ files from the repository
  • Models are now generated by generate_models.jl during test runs via include() in runtests.jl
  • Add test/models/ to .gitignore and Random to test extras

Test plan

  • All 121 tests pass locally with Pkg.test()
  • CI passes on all matrix entries

🤖 Generated with Claude Code

Models are now generated by generate_models.jl during test runs
instead of being committed. Adds Random to test extras and
test/models/ to .gitignore.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.66%. Comparing base (0fb41a6) to head (88982c1).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #10   +/-   ##
=======================================
  Coverage   72.66%   72.66%           
=======================================
  Files          10       10           
  Lines         578      578           
=======================================
  Hits          420      420           
  Misses        158      158           

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

@rafabench rafabench merged commit 1a71cad into master Mar 12, 2026
7 checks passed
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