Skip to content

Commit

Permalink
test: exclude some go fake files in ut coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Jan 3, 2025
1 parent dc55337 commit 25a0fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Send coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: goveralls -coverprofile=profile.cov -service=github
run: goveralls -coverprofile=profile.cov -service=github -ignore=./pkg/azurefile/azurefile_interface_mock.go,./pkg/azurefile/directvolume_mock.go,./pkg/azurefile/directvolume_interface.go

0 comments on commit 25a0fed

Please sign in to comment.