feat/generic way to run tests in both VSCode and Github actions#116
Open
farah-t-trigui wants to merge 3 commits intomainfrom
Open
feat/generic way to run tests in both VSCode and Github actions#116farah-t-trigui wants to merge 3 commits intomainfrom
farah-t-trigui wants to merge 3 commits intomainfrom
Conversation
03e2347 to
139160d
Compare
eskenazit
requested changes
Mar 9, 2026
c715b86 to
47036d0
Compare
eskenazit
requested changes
Mar 9, 2026
Contributor
|
@jlouvel the src/test/resources/avro-capability.yaml file seems out of date and is blocking merge. Do you want to update it to 0.5 specification or remove it ? |
47036d0 to
749ef8c
Compare
749ef8c to
7c7f337
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A Github Action workflow that ensures code quality and security before any merge by running unit tests with JaCoCo coverage reporting, static code analysis via SonarQube, CVE and secret scanning via Trivy, and git history secret detection via Gitleaks. Results are published as a step summary in the GitHub Actions UI, artifacts are retained for 14 days, and live badges are pushed to a public Gist for README display.
This workflow will be triggered on push to every branch and on PR to main branch.