#Centipede Export the corpus files directly to the coverage dir.

PiperOrigin-RevId: 633630648
diff --git a/centipede/centipede_interface.cc b/centipede/centipede_interface.cc
index 426a5b2..efac95e 100644
--- a/centipede/centipede_interface.cc
+++ b/centipede/centipede_interface.cc
@@ -426,7 +426,7 @@
     Distill(env);
     const std::filesystem::path fuzztest_db_path =
         corpus_database_path / fuzztest_config.fuzz_tests[i];
-    const std::string coverage_dir = fuzztest_db_path / "coverage" / "latest";
+    const std::string coverage_dir = fuzztest_db_path / "coverage";
     if (RemotePathExists(coverage_dir)) {
       // In the future, we will store k latest coverage corpora for some k, but
       // for now we only keep the latest one.