Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexandre Bulté
Validata Core
Commits
175113cc
Commit
175113cc
authored
Mar 28, 2019
by
Christophe Benz
Browse files
fixup!
parent
07868919
Changes
1
Show whitespace changes
Inline
Side-by-side
validata_core/__init__.py
View file @
175113cc
...
...
@@ -278,7 +278,7 @@ def compute_badge(report, config) -> dict:
return
{
"structure"
:
structure_status
,
"body"
:
'OK'
,
"ratio"
:
0.0
"
error-
ratio"
:
0.0
}
# Computes error ratio
...
...
@@ -290,5 +290,5 @@ def compute_badge(report, config) -> dict:
return
{
"structure"
:
structure_status
,
"body"
:
body_status
,
"ratio"
:
ratio
"
error-
ratio"
:
ratio
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment