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

@@ -9,6 +9,9 @@ jobs:
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@dev
with:
package_name: pyDummy
codecov: true
codacy: true
dorny: true
cleanup: false
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}