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

nasa / trick / 27163446257

08 Jun 2026 08:00PM UTC coverage: 56.142% (-0.8%) from 56.933%
27163446257

push

github

web-flow
ci: Single file CI and style checks (#2125)

* Replace old ci checks with a single file `ci.yml`

* Update Makefile for code-coverage tests

* Add Java style check to ci

* Update Makefile

14685 of 26157 relevant lines covered (56.14%)

463574.94 hits per line

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

0.0
/trick_source/sim_services/VariableServer/VariableServerSession_write_stdio.cpp
1
#include <sstream>
2

3
#include "trick/VariableServerSession.hh"
4
#include "trick/variable_server_message_types.h"
5
#include "trick/tc_proto.h"
6

7
int Trick::VariableServerSession::write_stdio(int stream, std::string text) {
×
8
    
9
    std::stringstream outstream;
×
10

11
    outstream << VS_STDIO << " " << stream << " " << (int)text.length() << "\n";
×
12
    outstream << text;
×
13

14
    _connection->write(outstream.str());
×
15

16
    return 0 ;
×
17
}
×
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