Skip to content

Commit 3c872c1

Browse files
committed
bug(ci/cd): fix '*' in codecov.yml
1 parent 76475fc commit 3c872c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
CV_SECRET_KEY: some-secret-string
1515
CV_DEBUG: TRUE
16-
CV_ALLOWED_HOSTS: *
16+
CV_ALLOWED_HOSTS: '*'
1717
steps:
1818
#----------------------------------------------
1919
# check-out repo and set-up python

0 commit comments

Comments
 (0)