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

rj76 / fcm-rust / 7729977225

31 Jan 2024 05:26PM UTC coverage: 5.069% (-0.1%) from 5.2%
7729977225

Pull #4

github

web-flow
Merge e9d5d9d38 into a8babd228
Pull Request #4: feat: build new api

628 of 35130 branches covered (0.0%)

Branch coverage included in aggregate %.

119 of 412 new or added lines in 21 files covered. (28.88%)

699 existing lines in 23 files now uncovered.

15112 of 275378 relevant lines covered (5.49%)

197.73 hits per line

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

0.0
/src/android/android_fcm_options.rs
1
use serde::Serialize;
2

NEW
3
#[derive(Serialize, Debug)]
×
4
pub(crate) struct AndroidFcmOptionsInternal {
NEW
5
    analytics_label: String,
×
6
}
7

NEW
8
#[derive(Debug, Default)]
×
9
/// https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages?authuser=0#androidconfig
10
pub struct AndroidFcmOptions {
11
    /// Label associated with the message's analytics data.
NEW
12
    pub analytics_label: String,
×
13
}
14

15
impl AndroidFcmOptions {
NEW
16
    pub(crate) fn finalize(self) -> AndroidFcmOptionsInternal {
×
NEW
17
        AndroidFcmOptionsInternal {
×
NEW
18
            analytics_label: self.analytics_label,
×
NEW
19
        }
×
NEW
20
    }
×
21
}
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

© 2026 Coveralls, Inc