Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
Rebuilderd Website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Arch Linux
Rebuilderd Website
Commits
0124025b
Commit
0124025b
authored
May 09, 2020
by
Jelle van der Waa
🚧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show one digit in the reproducible percentage
parent
3205db8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/index.js
src/index.js
+1
-1
No files found.
src/index.js
View file @
0124025b
...
...
@@ -44,7 +44,7 @@ function calculateSuiteStats(data) {
}
}
reproPercentage
=
Math
.
round
(
good
/
data
.
length
*
100
);
reproPercentage
=
(
good
/
data
.
length
*
100
).
toFixed
(
1
);
return
{
good
,
bad
,
unknown
,
reproPercentage
};
}
...
...
Write
Preview
Markdown
is supported
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