mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
[adapter-http] Stargate token auto-gen + Mocking + CVE Fixes (#1149)
* Feature for Stargate auto token generation (http-rest) * Mockito dependency added; mocking tests introduced * Support for String mirror as function in binding pipeline * JSON format change within YAML alignment (scenarios) * Updated Swagger parser * Updated docker-java-core * Issue 1148 - notice to users in scenario header
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -42,9 +42,10 @@ jobs:
|
||||
- name: Running tests
|
||||
run: mvn -B test
|
||||
|
||||
# Note: the target/coverage-report is not getting generated, involves pom settings not working as expected.
|
||||
# - name: Collecting reports
|
||||
# run: tar -cvf codecov-report.tar target/coverage-report/**/*
|
||||
|
||||
#
|
||||
# - name: Uploading test coverage
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
|
||||
Reference in New Issue
Block a user