Skip to content

Commit 3bd04e3

Browse files
Merge pull request #1322 from Checkmarx/feature/AST-111326
Feature/sspi kerberos(AST-111326)
2 parents 7cd7bdb + 5ecb8f9 commit 3bd04e3

File tree

13 files changed

+1054
-6
lines changed

13 files changed

+1054
-6
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
shell: bash
110110
run: |
111111
CODE_COV=$(go tool cover -func cover.out | grep total | awk '{print substr($3, 1, length($3)-1)}')
112-
EXPECTED_CODE_COV=77.4
112+
EXPECTED_CODE_COV=77.1
113113
var=$(awk 'BEGIN{ print "'$CODE_COV'"<"'$EXPECTED_CODE_COV'" }')
114114
if [ "$var" -eq 1 ];then
115115
echo "Your code coverage is too low. Coverage precentage is: $CODE_COV"

0 commit comments

Comments
 (0)