Skip to content

Add property tests and CI with coverage#31

Open
farukalpay wants to merge 1 commit intomainfrom
codex/add-testing-and-ci-setup
Open

Add property tests and CI with coverage#31
farukalpay wants to merge 1 commit intomainfrom
codex/add-testing-and-ci-setup

Conversation

@farukalpay
Copy link
Copy Markdown
Owner

Summary

  • add property-based tests for gradient descent and graph invariants
  • configure coverage and omit heavy modules for focused reporting
  • set up GitHub Actions CI with lint, type-check and multi-platform test matrix
  • document CI and coverage status badges in README

Testing

  • pre-commit run --files README.md pyproject.toml requirements.txt tests/test_algorithms_property.py tests/test_graph_properties.py .github/workflows/ci.yml .coveragerc
  • pytest --cov=src --cov-report=term-missing --cov-fail-under=90

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

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.

1 participant