Skip to content

Commit

Permalink
feat: Add email report sending to MutantUploadAPI (#4100)
Browse files Browse the repository at this point in the history
### Added

- Email report sending to MutantUploadAPI upload command
  • Loading branch information
karlnyr authored Jan 16, 2025
1 parent 6a42e69 commit a2764d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cg/meta/upload/mutant/mutant.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ def upload(self, ctx: Context, case: Case, restart: bool) -> None:
self.gsaid_api.upload(case.internal_id)
self.fohm_api.aggregate_delivery(case_ids=[case.internal_id])
self.fohm_api.sync_files_sftp()
self.fohm_api.send_mail_reports()
self.update_uploaded_at(latest_analysis)

0 comments on commit a2764d4

Please sign in to comment.