Allow control where to publish reports (Codecov, Codacy, Dorny Test-Reporter).

This commit is contained in:
Patrick Lehmann
2025-04-18 10:03:06 +02:00
parent 731d0d2369
commit d08f312904
6 changed files with 61 additions and 18 deletions

View File

@@ -10,6 +10,9 @@ jobs:
with:
package_namespace: pyExamples
package_name: Extensions
codecov: true
codacy: true
dorny: true
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}