Skip to content

Commit

Permalink
fix: ignore mock files in codecov (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored Nov 17, 2024
1 parent 1d2e3ea commit 55d78f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Minor: Server perks are now sorted alphabetically. (#711)
- Dev: Added unit tests for the Discord invite resolver. (#711)
- Dev: Replace github.com/golang/mock with go.uber.org/mock. (#712)
- Dev: Ignore mock files when generating code coverage. (#713)

## 2.0.5

Expand Down
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- "**/mock_*.go"

0 comments on commit 55d78f8

Please sign in to comment.