ci-reporter icon indicating copy to clipboard operation
ci-reporter copied to clipboard

WIP: Fold the PR comment when tests are passing

Open JasonEtco opened this issue 6 years ago β€’ 1 comments

Error logs are big and verbose which is extremely helpful, but only until the build is passing again. ci-reporter should hide the previous error logs when a PR is passing.

  • [x] Update comment when build is passing
  • [x] Ensure that when build fails again, the comment still works
  • [ ] Write tests

Closes #34

JasonEtco avatar Apr 07 '18 23:04 JasonEtco

Codecov Report

Merging #41 into master will decrease coverage by 9.32%. The diff coverage is 38.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
- Coverage     100%   90.67%   -9.33%     
==========================================
  Files           7        8       +1     
  Lines         102      118      +16     
  Branches       10       14       +4     
==========================================
+ Hits          102      107       +5     
- Misses          0        8       +8     
- Partials        0        3       +3
Impacted Files Coverage Ξ”
src/get-existing-comment.js 100% <100%> (ΓΈ)
src/index.js 76.08% <21.42%> (-23.92%) :arrow_down:

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 5d79e59...3b0b8fd. Read the comment docs.

codecov[bot] avatar Apr 07 '18 23:04 codecov[bot]