Skip to content

Commit 11d2e76

Browse files
feat: Connection Profiles API, Express Configuration, and API enhancements (#1277)
Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Kunal Dawar <[email protected]>
1 parent 2103848 commit 11d2e76

File tree

15 files changed

+2558
-104
lines changed

15 files changed

+2558
-104
lines changed

codecov.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
# Allow up to 1% drop from base coverage
6+
threshold: 1%
7+
patch:
8+
default:
9+
# Allow patch coverage to be 5% below project coverage
10+
threshold: 5%
11+
12+
comment:
13+
layout: "reach,diff,flags,files"
14+
behavior: default
15+
require_changes: false

0 commit comments

Comments
 (0)