Skip to content

Commit

Permalink
Exclude generated files from coverage report (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa authored Feb 2, 2024
1 parent a319750 commit 3effe93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
ignore: "api/v1/*,usagereport/*"

test-plugin:
name: Test GatewayD Plugins
Expand Down

0 comments on commit 3effe93

Please sign in to comment.