(Take 3): testing new GH action in this branch

This commit is contained in:
bennylp 2023-03-28 14:35:59 +07:00
parent 1060cc77f2
commit 326bf6d00a
3 changed files with 3 additions and 3 deletions

View File

@ -14,6 +14,6 @@ jobs:
with:
ref: master
- name: run.sh
run: tests/coverity-scan/run.sh
run: tests/coverity-scan/run.sh -t
env:
COV_TOKEN: ${{ secrets.PJSIP_COVERITY_SCAN_TOKEN }}

View File

@ -11,6 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: run.sh
run: tests/coverity-scan/run.sh
run: tests/coverity-scan/run.sh -t
env:
COV_TOKEN: ${{ secrets.PJSIP_COVERITY_SCAN_TOKEN }}

View File

@ -145,7 +145,7 @@ tar caf tmp/cov-int.bz2 cov-int
if [ "$TESTING" == "1" ] ; then
echo Testing mode, showing curl command:
CURL="echo curl"
SAFE_COV_TOKEN='****'
SAFE_COV_TOKEN=`echo $COV_TOKEN | sed 's/[a-zA-Z]/*/g'`
else
CURL="curl"
SAFE_COV_TOKEN=$COV_TOKEN