From 7d0a060600007930dc0fe8fe1304f0c84a3fc323 Mon Sep 17 00:00:00 2001 From: tylertitsworth Date: Wed, 29 May 2024 16:54:47 -0700 Subject: [PATCH] test upload --- .github/workflows/test-runner-ci.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-runner-ci.yaml b/.github/workflows/test-runner-ci.yaml index f2a6cb5c..291c2201 100644 --- a/.github/workflows/test-runner-ci.yaml +++ b/.github/workflows/test-runner-ci.yaml @@ -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/coverage@v3.1 + # - name: Comment on PR + # uses: orgoro/coverage@v3.1 + # 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: