File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v5
15- with :
16- fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
1715 - name : Set up Python
1816 uses : actions/setup-python@v6
1917 with :
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v5
15- with :
16- fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
1715 - name : Set up Python
1816 uses : actions/setup-python@v6
1917 with :
Original file line number Diff line number Diff line change @@ -12,14 +12,15 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v5
15- with :
16- fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
1715 - name : Set up Python
1816 uses : actions/setup-python@v6
1917 with :
2018 python-version : " 3.13"
2119 - name : Running pytest
20+ env :
21+ COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
2222 run : |
23- python --version
2423 python -m pip install --quiet --no-cache-dir --upgrade uv
2524 uv run pytest
25+ uv run coverage run --source=thin_controller -m pytest
26+ uv run coveralls
You can’t perform that action at this time.
0 commit comments