Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Feb 14, 2025
1 parent 1fce891 commit b927969
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ jobs:
run: |
uv run ./spirit/extra/bin/spirit.py startproject project
export PYTHONWARNINGS="default"
uv run coverage run --source=. runtests.py
uv run -- coverage run --source=. runtests.py
- name: Submit to coveralls
env:
COVERALLS_FLAG_NAME: run-${{ matrix.python }}-${{ matrix.django }}
COVERALLS_PARALLEL: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
uv run coveralls --service=github
uv run coveralls --finish
uv run -- coveralls --service=github
uv run -- coveralls --finish

0 comments on commit b927969

Please sign in to comment.