Skip to content

Commit

Permalink
Enable pdm cache, pin coverage to 99
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Feb 17, 2024
1 parent bedc5a7 commit 2b4a121
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
python-version: "${{ matrix.python-version }}"
allow-python-prereleases: true
cache: true

- name: "Run Tox"
run: |
Expand Down Expand Up @@ -70,7 +71,7 @@ jobs:
echo "total=$TOTAL" >> $GITHUB_ENV
# Report again and fail if under the threshold.
python -Im coverage report --fail-under=98
python -Im coverage report --fail-under=99
- name: "Upload HTML report."
uses: "actions/upload-artifact@v3"
Expand Down

0 comments on commit 2b4a121

Please sign in to comment.