Skip to content

Commit 74fbba6

Browse files
committed
wip
1 parent 99afeca commit 74fbba6

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777

7878
# JOB: Coverage Badge
7979
cov-badge-job:
80+
# Only run this job on push events to the main branch, after tests succeed
81+
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && needs.tests-job.result == 'success'
8082
needs: tests-job
8183
runs-on: ubuntu-latest
8284
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dev = [
2525
"pyinstrument ~= 4.4.0",
2626
"pytest-cov ~= 4.0.0",
2727
"path-dict ~= 3.0.4",
28+
"ruff>=0.11.6",
2829
]
2930

3031

uv.lock

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)