Skip to content

Commit 46a879d

Browse files
committed
fix: Fix issue with publishing TiCS report
1 parent ab89a2a commit 46a879d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ jobs:
128128
export TICSAUTHTOKEN=${{ secrets.TICSAUTHTOKEN }}
129129
curl --silent --show-error "https://canonical.tiobe.com/tiobeweb/TICS/api/public/v1/fapi/installtics/Script?cfg=default&platform=linux&url=https://canonical.tiobe.com/tiobeweb/TICS/" > install_tics.sh
130130
. ./install_tics.sh
131-
TICSQServer -project snapcraft.io -tmpdir /tmp/tics -branchdir .
131+
TICSQServer -project snapcraft.io -tmpdir /tmp/tics -branchdir . -nosanity

0 commit comments

Comments
 (0)