diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e9a232..1581060 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,4 +10,5 @@ jobs: uses: actions/checkout@v1 - name: test run: make test - + - name: coverage + run: curl -s https://codecov.io/bash | bash