Skip to content

Commit f38ff8b

Browse files
committed
test
1 parent 435f2e0 commit f38ff8b

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

action.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -150,25 +150,25 @@ runs:
150150
shell: bash
151151
run: |
152152
go run github.com/vladopajic/go-test-coverage/v2@v2.14.1 \
153-
--config=${{ inputs.config || "''" }} \
154-
--profile=${{ inputs.profile || "''" }} \
155-
--source-dir=${{ inputs.source-dir || "''" }} \
153+
--config=${{ inputs.config || '***' }} \
154+
--profile=${{ inputs.profile || '***' }} \
155+
--source-dir=${{ inputs.source-dir || '***' }} \
156156
--debug=${{ inputs.debug }} \
157157
--github-action-output=true \
158158
--threshold-file=${{ inputs.threshold-file }} \
159159
--threshold-package=${{ inputs.threshold-package }} \
160160
--threshold-total=${{ inputs.threshold-total }} \
161-
--breakdown-file-name=${{ inputs.breakdown-file-name || "''" }} \
162-
--diff-base-breakdown-file-name=${{ inputs.diff-base-breakdown-file-name || "''" }} \
163-
--badge-file-name=${{ inputs.badge-file-name || "''" }} \
164-
--cdn-key=${{ inputs.cdn-key || "''" }} \
165-
--cdn-secret=${{ inputs.cdn-secret || "''" }} \
166-
--cdn-region=${{ inputs.cdn-region || "''" }} \
167-
--cdn-endpoint=${{ inputs.cdn-endpoint || "''" }} \
168-
--cdn-file-name=${{ inputs.cdn-file-name || "''" }} \
169-
--cdn-bucket-name=${{ inputs.cdn-bucket-name || "''" }} \
161+
--breakdown-file-name=${{ inputs.breakdown-file-name || '***' }} \
162+
--diff-base-breakdown-file-name=${{ inputs.diff-base-breakdown-file-name || '***' }} \
163+
--badge-file-name=${{ inputs.badge-file-name || '***' }} \
164+
--cdn-key=${{ inputs.cdn-key || '***' }} \
165+
--cdn-secret=${{ inputs.cdn-secret || '***' }} \
166+
--cdn-region=${{ inputs.cdn-region || '***' }} \
167+
--cdn-endpoint=${{ inputs.cdn-endpoint || '***' }} \
168+
--cdn-file-name=${{ inputs.cdn-file-name || '***' }} \
169+
--cdn-bucket-name=${{ inputs.cdn-bucket-name || '***' }} \
170170
--cdn-force-path-style=${{ inputs.cdn-force-path-style }} \
171-
--git-token=${{ inputs.git-token || "''" }} \
172-
--git-branch=${{ inputs.git-branch || "''" }} \
173-
--git-repository=${{ inputs.git-repository || "''"}} \
174-
--git-file-name=${{ inputs.git-file-name || "''" }}
171+
--git-token=${{ inputs.git-token || '***' }} \
172+
--git-branch=${{ inputs.git-branch || '***' }} \
173+
--git-repository=${{ inputs.git-repository || '***'}} \
174+
--git-file-name=${{ inputs.git-file-name || '***' }}

main_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
const (
1414
// default value of string variables passed by CI
15-
ciDefaultString = `''`
15+
ciDefaultString = `***`
1616
// default value of int variables passed by CI
1717
ciDefaultInt = -1
1818
)

0 commit comments

Comments
 (0)