cloud-py-api / nc_py_api

Nextcloud Python Framework
https://cloud-py-api.github.io/nc_py_api/
Other
84 stars 4 forks source link

restore old file_version tests, skip them on PGSQL #256

Closed bigcat88 closed 3 months ago

bigcat88 commented 3 months ago

Restored the old tests for the file versions, because that commit with optimization of working with file versions in the Nextcloud server repository was backported on the NC 27, 28 versions of the server - I simply disabled this test on the PGSQL database, where these tests fails.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.05%. Comparing base (a4f04cc) to head (74d9894).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #256 +/- ## ========================================== + Coverage 96.01% 96.05% +0.03% ========================================== Files 44 44 Lines 5165 5165 ========================================== + Hits 4959 4961 +2 + Misses 206 204 -2 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/cloud-py-api/nc_py_api/pull/256/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cloud-py-api)