mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-13 01:12:55 +01:00
6 lines
153 B
YAML
6 lines
153 B
YAML
|
steps:
|
||
|
- uses: actions/checkout@master
|
||
|
- uses: codecov/codecov-action@v2
|
||
|
with:
|
||
|
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|