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

Add unit tests coverage #62

Merged
merged 14 commits into from
Sep 18, 2023
Merged

Add unit tests coverage #62

merged 14 commits into from
Sep 18, 2023

Conversation

adriencalime
Copy link
Collaborator

No description provided.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 15 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@adriencalime adriencalime marked this pull request as ready for review September 12, 2023 13:39
adriencalime and others added 8 commits September 12, 2023 15:49
# Conflicts:
#	kstreamplify-core-test/src/main/java/com/michelin/kstreamplify/KafkaStreamsStarterTest.java
#	kstreamplify-core/src/main/java/com/michelin/kstreamplify/deduplication/DedupWithPredicateProcessor.java
#	kstreamplify-core/src/main/java/com/michelin/kstreamplify/error/DlqDeserializationExceptionHandler.java
#	kstreamplify-core/src/main/java/com/michelin/kstreamplify/error/DlqExceptionHandler.java
#	kstreamplify-core/src/main/java/com/michelin/kstreamplify/error/DlqProductionExceptionHandler.java
#	pom.xml
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@loicgreffier loicgreffier added the enhancement This issue or pull request improves a feature label Sep 18, 2023
@loicgreffier loicgreffier changed the title add TU Add unit tests coverage Sep 18, 2023
@loicgreffier loicgreffier merged commit 061a86e into main Sep 18, 2023
4 checks passed
@loicgreffier loicgreffier deleted the unit_tests_coverage branch September 18, 2023 20:41
loicgreffier pushed a commit that referenced this pull request Sep 26, 2023
* add TU

* fix conflicts

* add TU

* add TU

* remove code smells

* remove code smells

* remove code smells

* remove code smells

* Update unit tests

* Fix lint

* Add tests for kafka Streams initializer

---------

Co-authored-by: Loïc Greffier <[email protected]>
loicgreffier pushed a commit that referenced this pull request Sep 26, 2023
* Add introduction sentence to present the library

* Add gifs and fill getting started section

* Enrich documentation with pom dependencies

* Add introduction sentence to present the library

* Add gifs and fill getting started section

* Enrich documentation with pom dependencies

* Update gifs accordingly to the last kstreamplify version 1.0.0

* PR review

* Gif update

* Add new gif for java code

* Bump crazy-max/ghaction-import-gpg from 5 to 6 (#95)

Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 5 to 6.
- [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases)
- [Commits](crazy-max/ghaction-import-gpg@v5...v6)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-import-gpg
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump mikepenz/action-junit-report from 3 to 4 (#94)

Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3 to 4.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@v3...v4)

---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Improve javadoc (#36) (#68)

* improve javadoc (#36)

* fix MR

---------

Co-authored-by: Sebastien Viale <[email protected]>

* Add documentation for interactive queries (#91)

* Add documentation for interactive queries

* Update interactive queries documentation

* Add Check Style (#92)

* Add Check Style

* Fix code smells

* Switch check style and build steps

* Fix lint

* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#96)

Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.5.0...maven-javadoc-plugin-3.6.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add unit tests coverage (#62)

* add TU

* fix conflicts

* add TU

* add TU

* remove code smells

* remove code smells

* remove code smells

* remove code smells

* Update unit tests

* Fix lint

* Add tests for kafka Streams initializer

---------

Co-authored-by: Loïc Greffier <[email protected]>

* Move gifs to readme folder

* Add gifs and fill getting started section

* Add new gif for java code

* Move gifs to readme folder

* Remove conflicted tests

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: FP17000 <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastien Viale <[email protected]>
Co-authored-by: Sebastien Viale <[email protected]>
Co-authored-by: Loïc GREFFIER <[email protected]>
Co-authored-by: adriencalime <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue or pull request improves a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants