-
Notifications
You must be signed in to change notification settings - Fork 207
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
[WIP] Add Jazzer configuration to run in an Action #664
base: master
Are you sure you want to change the base?
Conversation
bc4a648
to
84000ca
Compare
Signed-off-by: Sahan Serasinghe <[email protected]>
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v2.3.1...v2.4.0) --- updated-dependencies: - dependency-name: actions/setup-java 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> Signed-off-by: Sahan Serasinghe <[email protected]>
Signed-off-by: Sahan Serasinghe <[email protected]>
21e2660
to
3a7dab2
Compare
- class: DaprClientBuilder | ||
package: io.dapr.client | ||
methods: 'withObjectSerializer withStateSerializer' | ||
version: 1.3.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can the version be picked up automatically from the pom.xml file?
@@ -0,0 +1,76 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move to scripts folder, please.
gentle ping - @sahansera |
gentle ping @sahansera |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #664 +/- ##
=========================================
Coverage 77.60% 77.60%
Complexity 1570 1570
=========================================
Files 144 144
Lines 4765 4765
Branches 554 554
=========================================
Hits 3698 3698
Misses 781 781
Partials 286 286 ☔ View full report in Codecov by Sentry. |
gentle ping @sahansera |
Description
Based on the discussion on #510 I thought it might be a good idea to receive some early feedback on some of the questions I had per comment here. In summary, what this does is:
jazzer.sh
which is a Bash script I wrote to run Jazzer against a given set of classes and methods. Currently, the Class and method names are hardcoded under thejobs.build.runs-on.strategy.matrix.include
for this proof-of-concept. This can be sourced differently (eg: YAML or a code scan)Happy to know any feedback on this.
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #510
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: