diff options
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 877c6dd..870ede5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml | |||
@@ -43,6 +43,7 @@ jobs: | |||
43 | 43 | ||
44 | - name: Coverage | 44 | - name: Coverage |
45 | run: | | 45 | run: | |
46 | export PATH="/Users/runner/Library/Python/2.7/bin:$PATH" | 46 | 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" | ||
47 | coveralls -b . -i src --dump c.report.json | 48 | coveralls -b . -i src --dump c.report.json |
48 | luacov-coveralls -j c.report.json -v -t ${{ secrets.GITHUB_TOKEN }} | 49 | luacov-coveralls -j c.report.json -v -t ${{ secrets.GITHUB_TOKEN }} |