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

boterop / RummyTimer / 8493676867

30 Mar 2024 10:08PM UTC coverage: 61.345%. First build
8493676867

Pull #32

github

web-flow
Merge a8c30e15a into a004586f6
Pull Request #32: Timer in background

24 of 39 branches covered (61.54%)

Branch coverage included in aggregate %.

6 of 10 new or added lines in 2 files covered. (60.0%)

49 of 80 relevant lines covered (61.25%)

7.03 hits per line

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

0.0
/src/services/Media.js
1
import Sound from 'react-native-sound';
2

3
let sound = null;
×
4

5
const Media = {
×
6
        init: uri => {
NEW
7
                sound = new Sound(uri, Sound.MAIN_BUNDLE);
×
NEW
8
                sound.setVolume(1);
×
9
        },
10
        play: () => {
11
                if (sound !== null) {
×
12
                        sound.play();
×
13
                }
14
        },
15
};
16

17
export default Media;
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