We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b522e commit ff2cbc2Copy full SHA for ff2cbc2
.github/workflows/ci.yml
@@ -43,6 +43,7 @@ jobs:
43
44
- name: Coverage
45
run: |
46
- export PATH="/Users/runner/Library/Python/2.7/bin:$PATH"
+ export MY_PYTHON_VER=$(python -c 'import sys; print(".".join(sys.version.split(".")[0:2]))')
47
+ export PATH="/Users/runner/Library/Python/$MY_PYTHON_VER/bin:$PATH"
48
coveralls -b . -i src --dump c.report.json
49
luacov-coveralls -j c.report.json -v -t ${{ secrets.GITHUB_TOKEN }}
0 commit comments