-
Notifications
You must be signed in to change notification settings - Fork 11
Added tags and random test execution parameters #51
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
Conversation
@pesse - any chance for you to review this PR? |
.travis.yml
Outdated
- echo "Run Integration Tests" | ||
- mvn org.jacoco:jacoco-maven-plugin:prepare-agent verify -Pintegration -DdbUser="${DB_UT3_USER}" -DdbPass="${DB_UT3_PASS}" -DdbUrl="jdbc:oracle:thin:@${DB_URL}" |
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.
I think this is why we have no coverage on project anymore.
Any reason why jacoco
was removed?
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.
It wasn't removed, it was added in the pom as a build step:
https://github.com/utPLSQL/utPLSQL-maven-plugin/blob/release/3.1.3/pom.xml#L252
https://github.com/utPLSQL/utPLSQL-maven-plugin/blob/release/3.1.3/pom.xml#L400
I remember testing this, I will need to take another look.
@viniciusam - something odd with sonar reporting - no coverage was reported on this PR. |
It seems that coverage is not getting gathered on pull requests or something... |
SonarCloud Quality Gate failed.
|
I ran the MVN in debug mode.
Full raw build log here: |
There is a lot of valuable code here. |
Yes, sure. I will try to get it running in a test setup, but current times are not that side-hobby friendly 😉 |
Thanks, I'm gonna merge it then. I have a branch with some code refactoring, so I might get the coverage up on that. |
Fixes #50 #42