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

Spring Boot Core: add Integration Test annotation #241

Merged
merged 1 commit into from
Nov 26, 2021

Conversation

pascalgrimaud
Copy link
Member

Fix #240

@pascalgrimaud pascalgrimaud force-pushed the spring-boot-core-integration-test-annotation branch from 97f6028 to 12cd3d1 Compare November 26, 2021 23:07
@pascalgrimaud pascalgrimaud force-pushed the spring-boot-core-integration-test-annotation branch from 12cd3d1 to be8698a Compare November 26, 2021 23:16
@codecov
Copy link

codecov bot commented Nov 26, 2021

Codecov Report

Merging #241 (be8698a) into main (5072a82) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##                main      #241   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       418       418           
===========================================
  Files             75        75           
  Lines           1288      1288           
  Branches          32        32           
===========================================
  Hits            1288      1288           
Impacted Files Coverage Δ
...pringboot/core/domain/SpringBootDomainService.java 100.00% <100.00%> (ø)

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 5072a82...be8698a. Read the comment docs.

@pascalgrimaud pascalgrimaud merged commit a3253bb into main Nov 26, 2021
@pascalgrimaud pascalgrimaud deleted the spring-boot-core-integration-test-annotation branch November 26, 2021 23:20
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.

Spring Boot Core: add IntegrationTest annotation
1 participant