Added new recover functionality for sqlite3 corrupted databases #384
Annotations
3 errors and 10 warnings
|
Resource not accessible by integration - https://docs.github.com/rest/issues/comments#create-an-issue-comment
|
|
HttpError: Resource not accessible by integration - https://docs.github.com/rest/issues/comments#create-an-issue-comment
|
|
Permission denied when trying to create/update comment.
This error usually occurs because the GITHUB_TOKEN lacks necessary permissions.
To fix this, add a permissions block to your workflow:
```yaml
permissions:
contents: read # For checkout and comparing commits
pull-requests: write # For creating/updating PR comments
```
For pull request events and more information, see:
https://github.com/MishaKav/pytest-coverage-comment#comment-not-appearing
|
|
Your comment is too long (maximum is 65536 characters), coverage report will not be added.
Try one/some of the following options:
- Add "--cov-report=term-missing:skip-covered" to pytest command
- Add "hide-report: true" to hide detailed coverage table
- Add "report-only-changed-files: true" to show only changed files
- Add "xml-skip-covered: true" to hide files with 100% coverage
- Switch to "multiple-files" mode
- Add "remove-links-to-files: true" to remove file links
- Add "remove-links-to-lines: true" to remove line number links
|
|
/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/plistlib.py#L529
unclosed database in <sqlite3.Connection object at 0x7fb80d2ab4c0>
|
|
/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/plistlib.py#L529
unclosed database in <sqlite3.Connection object at 0x7fb80d562f20>
|
|
/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/plistlib.py#L529
unclosed database in <sqlite3.Connection object at 0x7fb80d562d40>
|
|
/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/plistlib.py#L529
unclosed database in <sqlite3.Connection object at 0x7fb80d561990>
|
|
/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/plistlib.py#L529
unclosed database in <sqlite3.Connection object at 0x7fb80d5627a0>
|
|
/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/plistlib.py#L529
unclosed database in <sqlite3.Connection object at 0x7fb80d5613f0>
|
|
/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/plistlib.py#L529
unclosed database in <sqlite3.Connection object at 0x7fb80d562890>
|
|
/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/tld/utils.py#L206
codecs.open() is deprecated. Use open() instead.
|
|
/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/usb1/_libusb1.py#L1071
Due to '_pack_', the 'libusb_control_setup' Structure will use memory layout compatible with MSVC (Windows). If this is intended, set _layout_ to 'ms'. The implicit default is deprecated and slated to become an error in Python 3.19.
|
The logs for this run have expired and are no longer available.
Loading