ci: bonk coverage check we don't use

This commit is contained in:
Travis Abendshien
2026-06-25 19:05:06 -07:00
parent beb77588bd
commit 0bb1615b61

View File

@@ -75,6 +75,7 @@ jobs:
run: |
pytest
# TODO: Change the coverage check and generally figure out how we want to use one.
coverage:
name: Check coverage
runs-on: ubuntu-latest
@@ -89,9 +90,9 @@ jobs:
- name: Check coverage
uses: yedpodtrzitko/coverage@main
with:
thresholdAll: 0.1
thresholdNew: 0.1
thresholdModified: 0.1
thresholdAll: 0
thresholdNew: 0
thresholdModified: 0
coverageFile: coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
sourceDir: tagstudio/src