Skip to content

Commit

Permalink
Update doc/sphinx/user_manual/installation/included.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rene Gassmoeller <[email protected]>
  • Loading branch information
ljhwang and gassmoeller authored Feb 15, 2024
1 parent 39b15e3 commit 83c092c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/user_manual/installation/included.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The tester package is run every time on proposed new code before that code is ad
This happens through GitHub actions (see <https://github.com/GeodynamicWorldBuilder/WorldBuilder/actions>) and AppVeyor (see <https://ci.appveyor.com/project/MFraters/worldbuilder>).

Having tests alone is not good enough to make sure that the World Builder actually does what it is supposed to do.
The tester should theoretically cover all the possible use case scenarios.
The tester should theoretically cover all the possible use cases.
In practice we test the coverage by counting the number of 'relevant' lines and how many of these lines are touched when running the tester.
This is counted and reported by the program Gcov (<https://gcc.gnu.org/onlinedocs/gcc/Gcov.html>).

Expand Down

0 comments on commit 83c092c

Please sign in to comment.