Skip to content

Commit

Permalink
test upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertitsworth committed May 29, 2024
1 parent 3a7ea61 commit 7d0a060
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/test-runner-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,16 @@ jobs:
python -m coverage combine
find . -name "*.pyc" -exec rm -f {} \;
python -m coverage xml -i
- name: Comment on PR
uses: orgoro/[email protected]
# - name: Comment on PR
# uses: orgoro/[email protected]
# with:
# coverageFile: coverage.xml
# token: ${{ secrets.ACTION_TOKEN }}
# treshholdAll: 80
- uses: actions/upload-artifact@v4
with:
coverageFile: coverage.xml
token: ${{ secrets.ACTION_TOKEN }}
treshholdAll: 80
name: coverage.xml
path: coverage.xml
integration-test:
runs-on: k8-runners
steps:
Expand Down

0 comments on commit 7d0a060

Please sign in to comment.