Skip to content

Conversation

FFroehlich
Copy link
Member

Summary

  • add a cron-based GitHub Actions workflow to verify conda installations on Linux and macOS
  • ensure the workflow also runs on pull requests

Testing

  • pre-commit run --files .github/workflows/test_conda_install.yml
  • pytest tests/benchmark_models/test_petab_benchmark.py -k Boehm_JProteomeRes2014
  • pytest tests/benchmark_models/test_petab_benchmark_jax.py -k Boehm_JProteomeRes2014

https://chatgpt.com/codex/tasks/task_b_685d2741a818832ba131032a356886d8

Copy link

codecov bot commented Jun 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.75%. Comparing base (d44b3d7) to head (c6f2e1c).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2839      +/-   ##
==========================================
- Coverage   80.31%   79.75%   -0.56%     
==========================================
  Files         330      330              
  Lines       22505    22505              
  Branches     1514     1514              
==========================================
- Hits        18074    17949     -125     
- Misses       4420     4545     +125     
  Partials       11       11              
Flag Coverage Δ
cpp 75.50% <ø> (+0.03%) ⬆️
cpp_python 33.72% <ø> (ø)
petab 39.25% <ø> (ø)
python 74.53% <ø> (+0.02%) ⬆️
sbmlsuite-jax ?

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

see 8 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

sonarqubecloud bot commented Jul 2, 2025

@dweindl dweindl linked an issue Jul 17, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tests for installing amici under conda
2 participants