Skip to content

Add common chain function to return result or error #1167

Add common chain function to return result or error

Add common chain function to return result or error #1167

Triggered via push April 7, 2024 13:30
Status Success
Total duration 19m 18s
Artifacts

tests.yml

on: push
Matrix: linux
Matrix: macos
Matrix: windows
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 33 warnings, and 1 notice
src/base/QXmppTask.h:9:10 [clang-diagnostic-error]: src/base/QXmppTask.h#L9
'qxmpp_export.h' file not found
src/base/QXmppPushEnableIq.h:10:10 [clang-diagnostic-error]: src/base/QXmppPushEnableIq.h#L10
'QXmppIq.h' file not found with <angled> include; use "quotes" instead
reuse
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
xmllint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
doxygen
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
src/base/QXmppDiscoveryIq.h:14:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/base/QXmppDiscoveryIq.h#L14
variable 'QXmppDiscoveryItemPrivate' is non-const and globally accessible, consider making it const
src/base/QXmppDiscoveryIq.h:15:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/base/QXmppDiscoveryIq.h#L15
variable 'QXmppDiscoveryIqPrivate' is non-const and globally accessible, consider making it const
src/base/QXmppDiscoveryIq.h:17:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/base/QXmppDiscoveryIq.h#L17
variable 'QXMPP_EXPORT' is non-const and globally accessible, consider making it const
src/base/QXmppTrustMessageElement.h:13:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/base/QXmppTrustMessageElement.h#L13
variable 'QXmlStreamWriter' is non-const and globally accessible, consider making it const
src/base/QXmppTrustMessageElement.h:14:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/base/QXmppTrustMessageElement.h#L14
variable 'QXmppTrustMessageElementPrivate' is non-const and globally accessible, consider making it const
src/base/QXmppTrustMessageElement.h:15:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/base/QXmppTrustMessageElement.h#L15
variable 'QXmppTrustMessageKeyOwner' is non-const and globally accessible, consider making it const
src/base/QXmppTrustMessageElement.h:17:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/base/QXmppTrustMessageElement.h#L17
variable 'QXMPP_EXPORT' is non-const and globally accessible, consider making it const
src/base/QXmppVCardIq.h:15:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/base/QXmppVCardIq.h#L15
variable 'QXmppVCardEmailPrivate' is non-const and globally accessible, consider making it const
src/base/QXmppVCardIq.h:16:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/base/QXmppVCardIq.h#L16
variable 'QXmppVCardPhonePrivate' is non-const and globally accessible, consider making it const
src/base/QXmppVCardIq.h:17:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/base/QXmppVCardIq.h#L17
variable 'QXmppVCardOrganizationPrivate' is non-const and globally accessible, consider making it const
linux (minimal, 5.15.*)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, codecov/codecov-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
linux (minimal, 5.15.*)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
linux (minimal, 6.1.*)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, codecov/codecov-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
linux (minimal, 6.1.*)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
linux (full, 5.15.*)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, codecov/codecov-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
linux (full, 5.15.*)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
linux (full-debug, 5.15.*)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, codecov/codecov-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
linux (full-debug, 5.15.*)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
linux (full-debug, 6.5.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, codecov/codecov-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
linux (full-debug, 6.5.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
windows (5.15.*)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
macos (minimal, 5.15.*)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, codecov/codecov-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
macos (minimal, 5.15.*)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
windows (6.*.*)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
macos (full, 5.15.*)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, codecov/codecov-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
macos (full, 5.15.*)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
macos (full-debug, 5.15.*)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, codecov/codecov-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
macos (full-debug, 5.15.*)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
macos (full-debug, 6.*.*)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, codecov/codecov-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
macos (full-debug, 6.*.*)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run clang-format on tests/qxmppmixitems/tst_qxmppmixitems.cpp: tests/qxmppmixitems/tst_qxmppmixitems.cpp#L1
File tests/qxmppmixitems/tst_qxmppmixitems.cpp does not conform to Custom style guidelines. (lines 268)