Skip to content

Commit

Permalink
chore: update codacy config (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn authored Dec 22, 2024
1 parent 4f577d0 commit 8214f98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .codacy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ignore:
- "*_mock.go"
- "*_test.go"
- "server/gen"
- "web/src/proto"
---
exclude_paths:
- "**_mock.go"
- "**_test.go"
- "server/gen/**"
- "web/src/proto/**"
3 changes: 1 addition & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
exclude_paths:
ignore:
- "*_mock.go"
- "*_test.go"
- "server/gen"
Expand Down

0 comments on commit 8214f98

Please sign in to comment.