README: Fix coverage instructions

They must run as two separate steps, otherwise the coverage process will
run before the test process completes, resulting in corrupted output.

Tested: Now it works for me.

Signed-off-by: Josh Lehan <krellan@google.com>
Change-Id: I164f0d67f0f350b9007db782ce33a17170ccd418
diff --git a/README.md b/README.md
index 715edc3..8e6a39b 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,8 @@
 ### Generate test coverage report:
 ```ascii
 meson builddir -Db_coverage=true -Dtests=enabled
-ninja coverage -C builddir test
+ninja -C builddir test
+ninja -C builddir coverage
 ```
 When BMCWeb starts running, it reads persistent configuration data
 (such as UUID and session data) from a local file.  If this is not