Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: classify emails by importance based on subjects #10277

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

Address remaining reviews

f4fc5bc
Select commit
Loading
Failed to load commit list.
Open

feat: classify emails by importance based on subjects #10277

Address remaining reviews
f4fc5bc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 15, 2024 in 1s

12.88% of diff hit (target 51.70%)

View this Pull Request on Codecov

12.88% of diff hit (target 51.70%)

Annotations

Check warning on line 72 in lib/BackgroundJob/TrainImportanceClassifierJob.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/BackgroundJob/TrainImportanceClassifierJob.php#L72

Added line #L72 was not covered by tests

Check warning on line 48 in lib/Command/PredictImportance.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/PredictImportance.php#L48

Added line #L48 was not covered by tests

Check warning on line 53 in lib/Command/PredictImportance.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/PredictImportance.php#L53

Added line #L53 was not covered by tests

Check warning on line 56 in lib/Command/PredictImportance.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/PredictImportance.php#L56

Added line #L56 was not covered by tests

Check warning on line 63 in lib/Command/PredictImportance.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/PredictImportance.php#L63

Added line #L63 was not covered by tests

Check warning on line 68 in lib/Command/PredictImportance.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/PredictImportance.php#L65-L68

Added lines #L65 - L68 were not covered by tests

Check warning on line 79 in lib/Command/PredictImportance.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/PredictImportance.php#L79

Added line #L79 was not covered by tests

Check warning on line 83 in lib/Command/PredictImportance.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/PredictImportance.php#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 40 in lib/Command/RunMetaEstimator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/RunMetaEstimator.php#L40

Added line #L40 was not covered by tests

Check warning on line 46 in lib/Command/RunMetaEstimator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/RunMetaEstimator.php#L46

Added line #L46 was not covered by tests

Check warning on line 51 in lib/Command/RunMetaEstimator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/RunMetaEstimator.php#L48-L51

Added lines #L48 - L51 were not covered by tests

Check warning on line 58 in lib/Command/RunMetaEstimator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/RunMetaEstimator.php#L54-L58

Added lines #L54 - L58 were not covered by tests

Check warning on line 62 in lib/Command/RunMetaEstimator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/RunMetaEstimator.php#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 67 in lib/Command/RunMetaEstimator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/RunMetaEstimator.php#L65-L67

Added lines #L65 - L67 were not covered by tests

Check warning on line 73 in lib/Command/RunMetaEstimator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/RunMetaEstimator.php#L70-L73

Added lines #L70 - L73 were not covered by tests

Check warning on line 79 in lib/Command/RunMetaEstimator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/RunMetaEstimator.php#L76-L79

Added lines #L76 - L79 were not covered by tests

Check warning on line 86 in lib/Command/RunMetaEstimator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/RunMetaEstimator.php#L81-L86

Added lines #L81 - L86 were not covered by tests

Check warning on line 97 in lib/Command/RunMetaEstimator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/RunMetaEstimator.php#L88-L97

Added lines #L88 - L97 were not covered by tests

Check warning on line 106 in lib/Command/RunMetaEstimator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/RunMetaEstimator.php#L100-L106

Added lines #L100 - L106 were not covered by tests

Check warning on line 109 in lib/Command/RunMetaEstimator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/RunMetaEstimator.php#L108-L109

Added lines #L108 - L109 were not covered by tests

Check warning on line 114 in lib/Command/RunMetaEstimator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/RunMetaEstimator.php#L112-L114

Added lines #L112 - L114 were not covered by tests

Check warning on line 47 in lib/Command/TrainAccount.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/TrainAccount.php#L47

Added line #L47 was not covered by tests

Check warning on line 63 in lib/Command/TrainAccount.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/TrainAccount.php#L51-L63

Added lines #L51 - L63 were not covered by tests

Check warning on line 70 in lib/Command/TrainAccount.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/TrainAccount.php#L68-L70

Added lines #L68 - L70 were not covered by tests

Check warning on line 79 in lib/Command/TrainAccount.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Command/TrainAccount.php#L79

Added line #L79 was not covered by tests