diff options
Diffstat (limited to 'app/views/charts/_overall.haml')
-rw-r--r-- | app/views/charts/_overall.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/charts/_overall.haml b/app/views/charts/_overall.haml index 36e1616..34d83ab 100644 --- a/app/views/charts/_overall.haml +++ b/app/views/charts/_overall.haml @@ -18,4 +18,4 @@ %p Commits covered: %strong - = @project.builds.uniq_sha.count
\ No newline at end of file + = @project.commits.count |