mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-14 01:42:54 +01:00
Create codecov.yml
This commit is contained in:
parent
2e1b27aec6
commit
b7d7c655b7
1 changed files with 5 additions and 0 deletions
5
.github/workflows/codecov.yml
vendored
Normal file
5
.github/workflows/codecov.yml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
|
- uses: codecov/codecov-action@v2
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
Loading…
Reference in a new issue