We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7ea61 commit 7d0a060Copy full SHA for 7d0a060
.github/workflows/test-runner-ci.yaml
@@ -75,12 +75,16 @@ jobs:
75
python -m coverage combine
76
find . -name "*.pyc" -exec rm -f {} \;
77
python -m coverage xml -i
78
- - name: Comment on PR
79
- uses: orgoro/coverage@v3.1
+ # - name: Comment on PR
+ # uses: orgoro/coverage@v3.1
80
+ # with:
81
+ # coverageFile: coverage.xml
82
+ # token: ${{ secrets.ACTION_TOKEN }}
83
+ # treshholdAll: 80
84
+ - uses: actions/upload-artifact@v4
85
with:
- coverageFile: coverage.xml
- token: ${{ secrets.ACTION_TOKEN }}
- treshholdAll: 80
86
+ name: coverage.xml
87
+ path: coverage.xml
88
integration-test:
89
runs-on: k8-runners
90
steps:
0 commit comments