Skip to content

Commit

Permalink
chore: exclude generated protobuf files from coverage report (#51)
Browse files Browse the repository at this point in the history
exclude generated protobuf files from coverage report

Signed-off-by: gruebel <anton.gruebel@gmail.com>
  • Loading branch information
gruebel authored Feb 23, 2024
1 parent f5fce25 commit 660a0cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions providers/openfeature-provider-flagd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@ exclude = [

[tool.hatch.build.targets.wheel]
packages = ["src/openfeature"]

[tool.coverage.run]
omit = [
# exclude generated files
"src/openfeature/contrib/provider/flagd/proto/*",
]

0 comments on commit 660a0cb

Please sign in to comment.