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

rj76 / fcm-rust / 8129516997

03 Mar 2024 10:24AM UTC coverage: 5.222% (-0.04%) from 5.266%
8129516997

push

github

web-flow
Merge pull request #4 from rj76/new-api

feat: build new api

625 of 32863 branches covered (1.9%)

Branch coverage included in aggregate %.

108 of 401 new or added lines in 21 files covered. (26.93%)

186 existing lines in 26 files now uncovered.

15142 of 269097 relevant lines covered (5.63%)

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