Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Travis less verbose #900

Merged
merged 2 commits into from
Apr 13, 2021
Merged

Conversation

Tachi107
Copy link
Member

I find it very difficult to navigate Travis CI logs, since all the tests output gets printed. With this change meson test and cmake --target test will print test logs only when they fail, reducing eccessive noise.

But preserving error logs
@codecov-io
Copy link

codecov-io commented Apr 12, 2021

Codecov Report

Merging #900 (28ab693) into master (5b5e374) will increase coverage by 0.20%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #900      +/-   ##
==========================================
+ Coverage   69.57%   69.77%   +0.20%     
==========================================
  Files          54       54              
  Lines        8037     7819     -218     
==========================================
- Hits         5592     5456     -136     
+ Misses       2445     2363      -82     
Impacted Files Coverage Δ
include/pistache/router.h 95.83% <0.00%> (-4.17%) ⬇️
src/common/tcp.cc 76.92% <0.00%> (-1.65%) ⬇️
src/common/stream.cc 86.55% <0.00%> (-1.21%) ⬇️
src/common/cookie.cc 94.11% <0.00%> (-1.21%) ⬇️
src/common/transport.cc 65.60% <0.00%> (-1.17%) ⬇️
src/common/os.cc 57.83% <0.00%> (-0.86%) ⬇️
src/common/http.cc 73.72% <0.00%> (-0.54%) ⬇️
include/pistache/description.h 84.37% <0.00%> (-0.48%) ⬇️
src/common/description.cc 24.14% <0.00%> (-0.43%) ⬇️
include/pistache/async.h 90.63% <0.00%> (-0.37%) ⬇️
... and 20 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5b5e374...28ab693. Read the comment docs.

.travis.yml Outdated Show resolved Hide resolved
CMakeLists.txt Show resolved Hide resolved
So that Travis CI builds do not fail if systemctl returns a bad status
code
@kiplingw kiplingw merged commit 361f2ff into pistacheio:master Apr 13, 2021
@Tachi107 Tachi107 deleted the travis-less-verbose branch April 13, 2021 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants