Add Codecov to GitHub actions

This commit is contained in:
Sebastian Serth
2023-03-31 16:54:41 +02:00
committed by Sebastian Serth
parent a720553dd1
commit 5c2b53f4bc
4 changed files with 57 additions and 7 deletions

6
.github/codecov.yml vendored Normal file
View File

@ -0,0 +1,6 @@
codecov:
notify:
after_n_builds: 2
ignore:
- "**/*_mock.go"