• 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_message_priority.rs
1
use serde::Serialize;
2

3
#[allow(dead_code)]
NEW
4
#[derive(Serialize, Debug)]
×
5
#[serde(rename_all = "UPPERCASE")]
6
/// https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages?authuser=0#androidmessagepriority
7
pub enum AndroidMessagePriority {
8
    Normal,
9
    High,
10
}
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