Skip to content

Commit

Permalink
don't put it in corpus lol
Browse files Browse the repository at this point in the history
  • Loading branch information
addisoncrump committed Aug 8, 2024
1 parent 6b56a82 commit 9a3770b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiment/measurer/measure_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ def measure_snapshot_coverage( # pylint: disable=too-many-locals

# Save profdata snapshot.
coverage_archive_dst = exp_path.filestore(
os.path.join(snapshot_measurer.trial_dir, 'corpus',
os.path.join(snapshot_measurer.trial_dir, 'coverage',
experiment_utils.get_coverage_archive_name(cycle)))
if filestore_utils.cp(snapshot_measurer.cov_summary_file,
coverage_archive_dst,
Expand Down

0 comments on commit 9a3770b

Please sign in to comment.