Skip to content

Commit 532e45d

Browse files
authored
asd
1 parent 623ebf1 commit 532e45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
echo GEF_CI_ARCH=`uname --processor` >> $GITHUB_ENV
3535
python${{ env.PY_VER }} -m pip install --user --upgrade -r tests/requirements.txt --quiet
3636
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')
37+
make -C tests/binaries
3738
bash scripts/generate-coverage-docs.sh
3839
new_score=$(cat docs/coverage/gef_py.html | grep pc_cov | sed 's?.*<span class="pc_cov">\([^%]*\)%</span>?\1?g')
3940
score_diff=$(python -c "print(f'{${new_score} - ${current_score}:.04f}')")
@@ -64,4 +65,3 @@ jobs:
6465
const { owner, repo, number } = context.issue;
6566
await github.rest.issues.createComment({ owner, repo, issue_number: number, body: comment });
6667
} catch (err) { console.log(err); }
67-

0 commit comments

Comments
 (0)