Skip to content

Commit

Permalink
[ci]fix upload cov files (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos authored Nov 8, 2024
1 parent cae7fa3 commit 74c94e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/easylog/tests/test_easylog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ TEST_CASE("test basic") {
ELOG_INFO << std::chrono::system_clock::now();

easylog::set_console(false);
ELOG_INFO << "no console test";
ELOG_INFO << "no console";
easylog::set_console(true);

easylog::set_min_severity(Severity::WARN);
Expand Down

0 comments on commit 74c94e9

Please sign in to comment.