Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
path: ${{ github.workspace }}/memex/target/site/jacoco

- name: JaCoCo Report
if: github.repository == 'ifeelgood/MongoEnterpriseMicroserviceExamples'
continue-on-error: true
uses: Madrapps/jacoco-report@v1.7.2
with:
# Comma separated paths of the generated jacoco xml files (supports wildcard glob pattern)
Expand Down
3 changes: 1 addition & 2 deletions memex/src/test/resources/application-test.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#Keep this empty if you want tests to use Mongo test container
#spring.data.mongodb.uri=mongodb://localhost:63650
spring.data.mongodb.uri=
spring.data.mongodb.database=memextest
spring.data.mongodb.database=memex
memex.kafkaexmple.enabled=true

# To run tests against non-local environment, override memex.base-url with the actual URL of the server under test.
Expand Down
Loading