Skip to content

Commit 55d78f8

Browse files
authored
fix: ignore mock files in codecov (#713)
1 parent 1d2e3ea commit 55d78f8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Minor: Server perks are now sorted alphabetically. (#711)
66
- Dev: Added unit tests for the Discord invite resolver. (#711)
77
- Dev: Replace github.com/golang/mock with go.uber.org/mock. (#712)
8+
- Dev: Ignore mock files when generating code coverage. (#713)
89

910
## 2.0.5
1011

codecov.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignore:
2+
- "**/mock_*.go"

0 commit comments

Comments
 (0)