Skip to content

Commit

Permalink
Update src/proto/single/ent.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Gjengset <[email protected]>
  • Loading branch information
rustworthy and jonhoo authored Jan 31, 2024
1 parent d3e4505 commit 87bf6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proto/single/ent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pub struct Progress {
/// Info on job execution progress (sent).
///
/// In Enterprise Faktory, a client executing a job can report on the execution
/// progress, provided the job is trackable. A trackable job is the one with "track":1
/// progress, provided the job is trackable. A trackable job is one with "track":1
/// specified in the custom data hash.
#[derive(Debug, Clone, Serialize, Builder)]

Check warning on line 127 in src/proto/single/ent.rs

View check run for this annotation

Codecov / codecov/patch

src/proto/single/ent.rs#L127

Added line #L127 was not covered by tests
#[builder(
Expand Down

0 comments on commit 87bf6c7

Please sign in to comment.