Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,24 +62,24 @@ class ColorValues:
"name" : "iOS Library",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request does not update changelog.txt.

Please consider if this change would be noticeable to a partner or user and either update changelog.txt or resolve this conversation.

"target" : "ios_library",
"scheme" : "IdentityCore iOS",
"operations" : [ "build", "test" ],
"min_warn_codecov" : 70.0,
"operations" : [ "build", "test", "codecov" ],
"min_warn_codecov" : 40.0,
"platform" : "iOS",
},
{
"name" : "Mac Library",
"target" : "mac_library",
"scheme" : "IdentityCore Mac",
"operations" : [ "build", "test" ],
"min_warn_codecov" : 70.0,
"operations" : [ "build", "test", "codecov" ],
"min_warn_codecov" : 40.0,
"platform" : "Mac"
},
{
"name" : "Vision Library",
"target" : "vision_library",
"scheme" : "IdentityCore iOS",
"operations" : [ "build", "test" ],
"min_warn_codecov" : 70.0,
"operations" : [ "build", "test", "codecov" ],
"min_warn_codecov" : 40.0,
"platform" : "visionOS"
},
]
Expand Down
Loading