Skip to content

Commit 959bfb1

Browse files
authored
Fix #14543 (createrelease: run coverage.py to update mappings) [skip ci] (danmar#8268)
1 parent cfcd874 commit 959bfb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

createrelease

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
# create jira issue "CI: update cppcheck binary"
1313
# cd ~/cppchecksolutions/addon/tools && python3 ci-update-cppcheck.py
1414
#
15+
# update mappings..
16+
# cd ~/cppchecksolutions/addon/coverage
17+
# CPPCHECK_REPO=~/cppchecksolutions/cppcheck python3 coverage.py --code
18+
#
1519
# check every isPremiumEnabled call: TODO write helper script
1620
# - every id should be in --errorlist
1721
# git grep 'isPremiumEnabled[(]"' | sed 's/.*isPremiumEnabled[(]"//' | sed 's/".*//' | sort | uniq > ids1.txt

0 commit comments

Comments
 (0)