Skip to content

Commit

Permalink
[ci] dummy typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Oct 22, 2022
1 parent a36ffbe commit be82d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -86,7 +86,7 @@ jobs:
python${{ env.PY_VER }} -m pylint --rcfile=$(pwd)/.pylintrc gef.py tests/*/*.py
- name: Run test coverage
if: matrix.os == 'ubuntu-2204'
if: matrix.os == 'ubuntu-22.04'
run: |
current_score=$(curl --silent https://hugsy.github.io/gef/coverage/gef_py.html | grep pc_cov | sed 's?.*<span class="pc_cov">\([^%]*\)%</span>?\1?g')
bash scripts/generate-coverage-docs.sh
Expand Down

0 comments on commit be82d55

Please sign in to comment.