Skip to content

Add GitHub Actions CI workflow for automated testing - #1

Merged
GeorgePearse merged 1 commit into
masterfrom
add/ci-tests
Nov 2, 2025
Merged

Add GitHub Actions CI workflow for automated testing#1
GeorgePearse merged 1 commit into
masterfrom
add/ci-tests

Conversation

@GeorgePearse

Copy link
Copy Markdown
Owner

Summary

  • Add GitHub Actions workflow that runs tests automatically on PR creation and push
  • Tests run against Python 3.9, 3.10, 3.11, 3.12
  • Coverage reports generated and uploaded to Codecov
  • Ensures code quality across Python versions

Test plan

  • This PR itself will trigger the CI workflow
  • Verify that tests pass on all Python versions
  • Check that coverage report is generated

- Run tests on every push to master/develop branches
- Run tests on all PRs to master/develop
- Test against Python 3.9, 3.10, 3.11, 3.12
- Generate coverage reports with Codecov
- Ensures code quality and compatibility across Python versions
@GeorgePearse
GeorgePearse merged commit a878c54 into master Nov 2, 2025
1 of 5 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.

1 participant