Skip to content

Commit 65346d8

Browse files
committed
Publish code coverage and unittest results.
1 parent 6271ebc commit 65346d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/Pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@r4
1313
with:
1414
package_name: pyVHDLModel
15+
codecov: true
16+
codacy: true
17+
dorny: true
1518
secrets:
1619
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
20+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1721
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}

0 commit comments

Comments
 (0)