Skip to content

Commit a8ff80a

Browse files
committed
Activate publishing of coverage and test results.
1 parent 636be77 commit a8ff80a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/Pipeline.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
with:
1414
package_name: sphinx_reports
1515
unittest_python_version_list: '3.11 3.12 3.13'
16+
codecov: true
17+
codacy: true
18+
dorny: true
1619
secrets:
1720
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
1821
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)