diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9e2f1e..f5214fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,4 +32,10 @@ jobs: env: FEATKEY : /tmp ASC_DOCKER_USER : ${{secrets.DOCKER_USER}} - ASC_DOCKER_PASS : ${{secrets.DOCKER_PASS}} \ No newline at end of file + ASC_DOCKER_PASS : ${{secrets.DOCKER_PASS}} + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v3 + with: + token: ${{secrets.CODECOV_TOKEN}} + files: testdata/coverage/total.cov + verbose: false \ No newline at end of file