• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

safe-global / safe-client-gateway / 11295409601

11 Oct 2024 03:51PM UTC coverage: 91.785% (-0.01%) from 91.795%
11295409601

Pull #2010

github

hectorgomezv
Update Outreach entity
Pull Request #2010: Update Targeted Messaging Outreach

2612 of 3168 branches covered (82.45%)

Branch coverage included in aggregate %.

1 of 9 new or added lines in 4 files covered. (11.11%)

2 existing lines in 2 files now uncovered.

8695 of 9151 relevant lines covered (95.02%)

419.17 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/datasources/targeted-messaging/entities/outreach.entity.ts
1
export class Outreach {
×
2
  id: number;
3
  name: string;
4
  start_date: string;
5
  end_date: string;
6
  source_id: number;
7
  type: string;
8
  team_name: string;
9
  created_at: string;
10
  updated_at: string;
11

12
  constructor(
13
    id: number,
14
    name: string,
15
    start_date: string,
16
    end_date: string,
17
    source_id: number,
18
    type: string,
19
    team_name: string,
20
    created_at: string,
21
    updated_at: string,
22
  ) {
23
    this.id = id;
×
24
    this.name = name;
×
25
    this.start_date = start_date;
×
26
    this.end_date = end_date;
×
NEW
27
    this.source_id = source_id;
×
NEW
28
    this.type = type;
×
NEW
29
    this.team_name = team_name;
×
30
    this.created_at = created_at;
×
31
    this.updated_at = updated_at;
×
32
  }
33
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc