diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml new file mode 100644 index 0000000..4b383e9 --- /dev/null +++ b/.github/workflows/codecov.yml @@ -0,0 +1,5 @@ +steps: +- uses: actions/checkout@master +- uses: codecov/codecov-action@v2 + with: + token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos