Skip to content

Commit

Permalink
Support coverage schedule type
Browse files Browse the repository at this point in the history
Summary: For continuous code coverage, the coverage schedule type is useful to not affect continuous metrics and it's useful for test owners to filter to coverage runs in testx

Differential Revision: D60671067

fbshipit-source-id: d8c26b5bc2c3eaaeca1c1eb19adeec9c2877d3b4
  • Loading branch information
David Zilburg authored and facebook-github-bot committed Aug 26, 2024
1 parent 8cc88c3 commit ae13bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions td_util/src/schedules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pub enum ScheduleType {
Disabled,
Master,
Relbranch,
Coverage,
}

impl ScheduleType {
Expand Down

0 comments on commit ae13bb7

Please sign in to comment.