movio / bramble

A federated GraphQL API gateway
https://movio.github.io/bramble/
MIT License
497 stars 55 forks source link

Restore log output after tests finish #127

Closed joshiefu closed 2 years ago

joshiefu commented 2 years ago

Resolves issue #112

Using the Cleanup hook to restore log to the original output

codecov-commenter commented 2 years ago

Codecov Report

Merging #127 (9d24362) into main (13268f2) will increase coverage by 1.06%. The diff coverage is n/a.

:exclamation: Current head 9d24362 differs from pull request most recent head b8f4590. Consider uploading reports for the commit b8f4590 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #127      +/-   ##
==========================================
+ Coverage   69.51%   70.58%   +1.06%     
==========================================
  Files          24       24              
  Lines        2624     2767     +143     
==========================================
+ Hits         1824     1953     +129     
- Misses        669      676       +7     
- Partials      131      138       +7     
Impacted Files Coverage Δ
plugin.go 0.00% <0.00%> (ø)
auth.go 87.42% <0.00%> (+0.62%) :arrow_up:
execution.go 81.40% <0.00%> (+4.51%) :arrow_up:

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 13268f2...b8f4590. Read the comment docs.