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

blues / note-arduino / 13523375661

25 Feb 2025 02:18PM CUT coverage: 90.526% (-4.3%) from 94.831%
13523375661

Pull #132

github

web-flow
Merge 94f998ff5 into 2efe3032e
Pull Request #132: WIP: Template Singleton `make_` functions

98 of 137 branches covered (71.53%)

Branch coverage included in aggregate %.

28 of 33 new or added lines in 3 files covered. (84.85%)

1 existing line in 1 file now uncovered.

332 of 338 relevant lines covered (98.22%)

15.22 hits per line

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

100.0
/src/NoteLog_Arduino.hpp
1
#ifndef NOTE_LOG_ARDUINO_HPP
2
#define NOTE_LOG_ARDUINO_HPP
3

4
#include "NoteLog.hpp"
5

6
#ifndef NOTE_MOCK
7
#include <Arduino.h>
8
#else
9
#include "mock/mock-arduino.hpp"
10
#endif
11

12
class NoteLog_Arduino final : public NoteLog
13
{
14
public:
15
    NoteLog_Arduino(Stream * log_stream_);
16
    size_t print(const char * message) override;
17

18
private:
19
    Stream * const _notecardLog;
20
};
21

22
#endif // NOTE_LOG_ARDUINO_HPP
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