From 9bc837ed5d1032259812b673593e2a6de2f20083 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Mon, 8 Apr 2024 11:41:33 +1000 Subject: [PATCH] Updated codecov config to ignore some UI-only files Updated to latest libSession commit --- LibSession-Util | 2 +- codecov.yml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/LibSession-Util b/LibSession-Util index e727de26c..ec0332bcf 160000 --- a/LibSession-Util +++ b/LibSession-Util @@ -1 +1 @@ -Subproject commit e727de26ceacc98bb686fc0545cbc7375c2d83f4 +Subproject commit ec0332bcf8bd8181698a235779ab0d021a55d380 diff --git a/codecov.yml b/codecov.yml index 405f71e1b..ce761d4fd 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,4 +6,9 @@ ignore: - "SessionMessagingKitTests" - "SessionTests" - "SessionSnodeKitTests" - - "SessionUtilitiesKitTests" \ No newline at end of file + - "SessionUtilitiesKitTests" + - "*.+SwiftUI.swift" + - "*._SwiftUI.swift" + - "*.Cell.swift" + - "*.View.swift" + \ No newline at end of file