diff options
author | SebastianKrupinski <krupinskis05@gmail.com> | 2024-10-18 20:42:00 -0400 |
---|---|---|
committer | SebastianKrupinski <krupinskis05@gmail.com> | 2024-10-30 00:41:06 -0400 |
commit | 52b82c3573147005ab9db7d7cb6014b431c191df (patch) | |
tree | a4d1a8ad79c038c14bc799f9713c5842808cf026 /codecov.yml | |
parent | 7ffc1687b4f58705e2fb0b16e6e21b550bc3deef (diff) |
chore: update testing workflowchore/update-testing-workflow
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..fa635d82 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later +comment: false +ignore: + - "tests" + - "lib/Vendor" |