summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/appinfo
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-01-16 12:48:09 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-01-18 17:53:58 +0100
commit85e4febc24591ad8f5c531164ee4a73c0ae1cae9 (patch)
treef2c9a2d974b2ed2db3ea3db3de3696e19655c14e /apps/twofactor_backupcodes/appinfo
parent3b4b49fa957d6aa7eab5d3c24035dd71ea165d4e (diff)
downloadnextcloud-server-85e4febc24591ad8f5c531164ee4a73c0ae1cae9.tar.gz
nextcloud-server-85e4febc24591ad8f5c531164ee4a73c0ae1cae9.zip
ignore code we're unable to test
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/twofactor_backupcodes/appinfo')
-rw-r--r--apps/twofactor_backupcodes/appinfo/app.php3
-rw-r--r--apps/twofactor_backupcodes/appinfo/routes.php2
2 files changed, 5 insertions, 0 deletions
diff --git a/apps/twofactor_backupcodes/appinfo/app.php b/apps/twofactor_backupcodes/appinfo/app.php
index 31f9b6b8eae..3d830f57640 100644
--- a/apps/twofactor_backupcodes/appinfo/app.php
+++ b/apps/twofactor_backupcodes/appinfo/app.php
@@ -19,4 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
+
+// @codeCoverageIgnoreStart
OC_App::registerPersonal('twofactor_backupcodes', 'settings/personal');
+// @codeCoverageIgnoreEnd \ No newline at end of file
diff --git a/apps/twofactor_backupcodes/appinfo/routes.php b/apps/twofactor_backupcodes/appinfo/routes.php
index f2af12e9b45..dbfced08c92 100644
--- a/apps/twofactor_backupcodes/appinfo/routes.php
+++ b/apps/twofactor_backupcodes/appinfo/routes.php
@@ -19,6 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
+// @codeCoverageIgnoreStart
return [
'routes' => [
[
@@ -33,3 +34,4 @@ return [
],
]
];
+// @codeCoverageIgnoreEnd \ No newline at end of file