Commit 919df3b
ci: add GitHub Actions workflow to run tests on push and PR
Mirrors utec-py's test.yml — single Python 3.12 job that installs
requirements-test.txt and runs pytest with coverage. The coverage gate
(fail_under=85 in pyproject.toml) is enforced automatically.
Pins the integration runtime dep (utec_py_LF2b2w) into requirements-test.txt
so CI installs the same source the manifest pulls from at runtime.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 80d17de commit 919df3b
2 files changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments