Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Make field public (#852)
Browse files Browse the repository at this point in the history
Allow consumers to stay consistent with the OneFuzz block coverage report format, but mutate reports if desired.
  • Loading branch information
ranweiler authored May 3, 2021
1 parent 78c1334 commit e5d66bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent/coverage/src/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ pub type BlockCoverageReport = CoverageReport<Block, ()>;

#[derive(Clone, Debug, Default, Deserialize, Eq, PartialEq, Serialize)]
pub struct Block {
blocks: ModuleCov,
pub blocks: ModuleCov,
}

#[derive(Clone, Debug, Default, Deserialize, Eq, PartialEq, Serialize)]
Expand Down

0 comments on commit e5d66bc

Please sign in to comment.