Skip to content

Commit b69eb5a

Browse files
author
tylertitsworth
committed
updating pathing and remove pyc files
1 parent bb16a27 commit b69eb5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-runner-ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,19 @@ jobs:
6868
python-version: "3.10"
6969
- uses: actions/download-artifact@v4
7070
with:
71-
path: coverage
7271
merge-multiple: true
7372
- name: Coverage
7473
run: |
7574
python -m pip install coverage
7675
python -m coverage combine
76+
find . -name "*.pyc" -exec rm -f {} \;
7777
python -m coverage xml -i
78-
working-directory: coverage
7978
- name: Comment on PR
8079
uses: orgoro/coverage@v3.1
8180
with:
8281
coverageFile: coverage/coverage.xml
8382
token: ${{ secrets.ACTION_TOKEN }}
83+
treshholdAll: 80
8484
integration-test:
8585
runs-on: k8-runners
8686
steps:

0 commit comments

Comments
 (0)