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

rj76 / fcm-rust / 8128893026

03 Mar 2024 08:21AM UTC coverage: 5.216% (+0.02%) from 5.2%
8128893026

Pull #4

github

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

621 of 32863 branches covered (1.89%)

Branch coverage included in aggregate %.

108 of 396 new or added lines in 21 files covered. (27.27%)

252 existing lines in 48 files now uncovered.

15129 of 269097 relevant lines covered (5.62%)

202.27 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