ci: skip coverage upload
All checks were successful
build / build (push) Successful in 1m58s

This commit is contained in:
张泊明518370910136 2025-05-27 15:24:24 +08:00
parent ae592a3825
commit 9290167a7e

View File

@ -26,15 +26,6 @@ jobs:
- name: Lint
run: |
pdm run lint
- name: Test with Coverage
run: |
pdm run coverage
- name: Upload Coverage to Codacy
if: github.ref == 'refs/heads/master'
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
run: |
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage.xml
- name: Run
run: |
pdm run app --help