Create codecov.yml

This commit is contained in:
Winni Neessen 2022-03-15 21:25:23 +01:00 committed by GitHub
parent 2e1b27aec6
commit b7d7c655b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.github/workflows/codecov.yml vendored Normal file
View 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