We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2e3ea commit 55d78f8Copy full SHA for 55d78f8
CHANGELOG.md
@@ -5,6 +5,7 @@
5
- Minor: Server perks are now sorted alphabetically. (#711)
6
- Dev: Added unit tests for the Discord invite resolver. (#711)
7
- Dev: Replace github.com/golang/mock with go.uber.org/mock. (#712)
8
+- Dev: Ignore mock files when generating code coverage. (#713)
9
10
## 2.0.5
11
codecov.yml
@@ -0,0 +1,2 @@
1
+ignore:
2
+ - "**/mock_*.go"
0 commit comments