Skip to content

Commit

Permalink
updating pathing and remove pyc files
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertitsworth committed May 29, 2024
1 parent bb16a27 commit b69eb5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-runner-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,19 @@ jobs:
python-version: "3.10"
- uses: actions/download-artifact@v4
with:
path: coverage
merge-multiple: true
- name: Coverage
run: |
python -m pip install coverage
python -m coverage combine
find . -name "*.pyc" -exec rm -f {} \;
python -m coverage xml -i
working-directory: coverage
- name: Comment on PR
uses: orgoro/[email protected]
with:
coverageFile: coverage/coverage.xml
token: ${{ secrets.ACTION_TOKEN }}
treshholdAll: 80
integration-test:
runs-on: k8-runners
steps:
Expand Down

0 comments on commit b69eb5a

Please sign in to comment.