Skip to content

Commit

Permalink
Tweak server test metric (more stable now runner does [docker rm &])
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Jan 13, 2020
1 parent 781f2b3 commit 6ab818f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_server/util/check_test_results.rb
Expand Up @@ -117,7 +117,7 @@ def get_test_log_stats
[ 'coverage(app)[%]', app_coverage, '==', 100 ],
[ 'coverage(test)[%]', test_coverage, '==', 100 ],
[ 'lines(test)/lines(app)', f2(line_ratio), '>=', 2.8 ],
[ 'hits(app)/hits(test)', f2(hits_ratio), '>=', 7.0 ],
[ 'hits(app)/hits(test)', f2(hits_ratio), '>=', 7.8 ],
]

# - - - - - - - - - - - - - - - - - - - - - - -
Expand Down

0 comments on commit 6ab818f

Please sign in to comment.