mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
parens
This commit is contained in:
parent
0c1f22dba5
commit
dbaa2a8aed
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go-tests.yml
vendored
2
.github/workflows/go-tests.yml
vendored
|
@ -187,7 +187,7 @@ jobs:
|
|||
chmod u+w coverage.out
|
||||
make testcover
|
||||
# ignore/discard changes to codecov.yml
|
||||
if [[ $(git status --porcelain -- . ":(exclude).github/codecov.yml" ]]; then
|
||||
if [[ $(git status --porcelain -- . ":(exclude).github/codecov.yml") ]]; then
|
||||
echo "Error: Unit tests should not create or alter files inside the repository. Please use the appropriate testing helpers or otherwise temporary locations."
|
||||
git diff --name-only
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue