-
Notifications
You must be signed in to change notification settings - Fork 47
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
MAINT : Merge veraPDF-xmp #964
Merged
Merged
Conversation
This file contains 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
Patch for validation and fixes purposes of veraPDF library.
Added veraPDF Maven repo to POM.
Changed modificators.
Added method for creating empty metadata.
Updated to 0.11.100 for refactor.
Added source and Javadoc for XMP.
Rdf about exception removed
Now using parent POM.
- updated parent POM version; - added jacoco profiling; and - added codecov to travis build.
Copied existing readme.text.
Feat - Codecov for Travis Build
- added Jacoco invocation to build.
FIX - Codecov POM settings
- bumped minor -> 0.12 for release.
REL - Release v0.12
- removed `.gitignore`, parent POM, old readme and build service files; and - moved `README.md` to core project.
- updated project `POM.xml` files to make library project parent.
- merged the `xmp-core` and `xmp-core-coverage` projects into library; - updated veraPDF-library `pom.xml` to add build module; and - updated `core` module XMP dependency.
Codecov Report
@@ Coverage Diff @@
## integration #964 +/- ##
==============================================
Coverage 26.54% 26.54%
Complexity 944 944
==============================================
Files 183 183
Lines 7439 7439
Branches 1118 1118
==============================================
Hits 1975 1975
Misses 5200 5200
Partials 264 264 Continue to review full report at Codecov.
|
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.
xmp-core
andxmp-core-coverage
projects into library;pom.xml
to add build module; andcore
module XMP dependency.