ci(build): upload coverage on master only
All checks were successful
build / build (push) Successful in 1m54s

This commit is contained in:
张泊明518370910136 2025-03-19 02:18:41 -04:00
parent 48c04d2830
commit 19f5c7193f
GPG Key ID: D47306D7062CDA9D

View File

@ -30,6 +30,7 @@ jobs:
run: |
pdm run coverage
- name: Upload Coverage to Codacy
if: github.ref == 'refs/heads/master'
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
run: |