Commit 60afa4f
committed
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.1 parent 96c12d1 commit 60afa4f
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
0 commit comments