Skip to content

Commit 8b3990f

Browse files
committed
Merge branch 'feat/autogenerate_proto_files' into feat/events-for-rpc
Signed-off-by: Simon Schrottner <[email protected]>
2 parents 55e9dac + 4b74a53 commit 8b3990f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/openfeature-provider-flagd/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ packages = ["src/openfeature"]
9090
[tool.coverage.run]
9191
omit = [
9292
# exclude generated files
93-
"src/openfeature/contrib/provider/flagd/proto/*",
93+
"src/openfeature/schemas/*",
9494
"tests/**",
9595
]

0 commit comments

Comments
 (0)