You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔧 (coverage.yml): add GitHub Actions workflow for test coverage reporting
This workflow runs on pushes to the master branch, sets up a Python
environment using Poetry, installs dependencies, runs tests, collects
coverage, and uploads reports to Codecov.
📝 (deploy.yml): add newline for consistency in GitHub Actions workflow
0 commit comments