Skip to content

Commit

Permalink
Update stats in Testing Guide to be current for 1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcozzi authored Jul 5, 2017
1 parent 3340d14 commit b9bb63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Contributors/TestingGuide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Our development culture is committed to testing. Cesium is used in diverse use cases on a wide array of platforms so it is important for it to be well tested.

As of Cesium 1.15, Cesium has over 7,000 tests with 93% code coverage. Cesium has almost as much test code (94K lines) as engine code (98K). We are unaware of any other project of this size and lifetime and with this many contributors that has similar stats.
As of Cesium 1.35, Cesium has over 8,800 tests with 93% code coverage. Cesium has as much test code (126K lines) as engine code (126K). We are unaware of any other project of this size and lifetime and with this many contributors that has similar stats.

All new code should have 100% code coverage and should pass all tests. Always run the tests before opening a pull request.

Expand Down

0 comments on commit b9bb63c

Please sign in to comment.