IdeaGinkgo / Intellij-Ginkgo

Idea plugin for running and viewing ginkgo tests
GNU General Public License v3.0
33 stars 12 forks source link

Report after suite correctly #87

Closed chbiel closed 1 year ago

chbiel commented 1 year ago

Report AfterSuite blocks correctly (see https://github.com/IdeaGinkgo/Intellij-Ginkgo/issues/84 for same issue with DeferCleanup)

I did not change the plugin version, as the current version seems not to be released yet?

codecov-commenter commented 1 year ago

Codecov Report

Merging #87 (5b6aced) into master (7ff2f5f) will decrease coverage by 0.55%. The diff coverage is 3.22%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
- Coverage   29.54%   28.99%   -0.55%     
==========================================
  Files          33       33              
  Lines        1144     1169      +25     
  Branches      202      209       +7     
==========================================
+ Hits          338      339       +1     
- Misses        756      780      +24     
  Partials       50       50              
Impacted Files Coverage Δ
.../github/idea/ginkgo/GinkgoTestEventsConverter.java 0.00% <0.00%> (ø)
...om/github/idea/ginkgo/config/GinkgoSettingsUI.java 0.00% <0.00%> (ø)
...a/ginkgo/execution/testing/GinkgoRunningState.java 0.00% <0.00%> (ø)
.../com/github/idea/ginkgo/config/GinkgoSettings.java 50.00% <33.33%> (-7.15%) :arrow_down: