semsol / arc2

ARC RDF Classes for PHP
Other
332 stars 89 forks source link

New release: 2.4 #113

Closed k00ni closed 6 years ago

k00ni commented 6 years ago

This pull request contains my latest changes. Background information can be found in #106

Summary:

Latest working CI run: https://travis-ci.org/semsol/arc2/builds/392194249

Related Github project with issues: https://github.com/semsol/arc2/projects/1

@semsol: i already created a new release draft in the releases section, labeled it 2.4. Can you read it and get back to me, if you find a problem (or just fix it, if you want)? After merging this pull request, can you make the new release for the public? That would be great. Thanks!

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 79


Changes Missing Coverage Covered Lines Changed/Added Lines %
store/ARC2_StoreDumper.php 9 10 90.0%
store/ARC2_StoreSelectQueryHandler.php 39 41 95.12%
store/ARC2_StoreHelper.php 6 8 75.0%
store/ARC2_StoreQueryHandler.php 0 2 0.0%
store/ARC2_StoreEndpoint.php 0 3 0.0%
serializers/ARC2_RDFSerializer.php 9 16 56.25%
serializers/ARC2_RSS10Serializer.php 0 7 0.0%
src/ARC2/Store/Adapter/MysqliDbExtended.php 9 16 56.25%
store/ARC2_StoreDeleteQueryHandler.php 11 23 47.83%
src/ARC2/Store/Adapter/AdapterFactory.php 8 21 38.1%
<!-- Total: 1413 4099 34.47% -->
Files with Coverage Reduction New Missed Lines %
store/ARC2_StoreConstructQueryHandler.php 1 93.59%
store/ARC2_StoreHelper.php 1 71.05%
store/ARC2_StoreTableManager.php 2 38.93%
store/ARC2_StoreDumper.php 2 81.65%
store/ARC2_StoreDeleteQueryHandler.php 2 91.03%
store/ARC2_Store.php 7 74.81%
store/ARC2_StoreLoadQueryHandler.php 8 69.54%
store/ARC2_StoreSelectQueryHandler.php 20 75.21%
<!-- Total: 43 -->
Totals Coverage Status
Change from base Build 32: -1.8%
Covered Lines: 3535
Relevant Lines: 9365

💛 - Coveralls
k00ni commented 6 years ago

ping @semsol :)

k00ni commented 6 years ago

Nice to hear! =)

k00ni commented 6 years ago

:+1: thanks for merging

k00ni commented 6 years ago

Travis run after the merge fails, unfortunately: https://travis-ci.org/semsol/arc2/builds/415344632