We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f37626 commit 6fc8418Copy full SHA for 6fc8418
.github/workflows/simulation-bridge-ci.yml
@@ -50,12 +50,10 @@ jobs:
50
51
# ───── 5. Lint ─────
52
- name: Run pylint (min score 9.0)
53
- if: matrix.os == 'ubuntu-latest'
54
run: poetry run pylint simulation_bridge --fail-under=9
55
56
# ───── 6. Tests ─────
57
- - name: Run pytest with coverage (Linux)
58
+ - name: Run pytest with coverage
59
run: poetry run pytest
60
61
- name: Upload coverage to Codecov
@@ -66,9 +64,6 @@ jobs:
66
64
fail_ci_if_error: true
67
65
token: ${{ secrets.CODECOV_TOKEN }}
68
69
- - name: Run pytest (no coverage)
70
- run: poetry run pytest -q
71
-
72
# ───── 7. Build + dist artefacts ─────
73
- name: Install runtime dependencies
74
run: poetry install --only main
0 commit comments