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
refactor: Add coverage to dependencies and clean up CI
This commit moves the `coverage` package into the main production dependencies to ensure it is always available in the application environment.
Key changes:
**`requirements/prod.txt`:** Added `coverage` to the list of production requirements.
- **`ci.yml`:** Removed the temporary debugging step that printed the `.env` file contents, as it is no longer needed.
0 commit comments