diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bf0f1b1..8a58ddb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,6 +95,13 @@ jobs: run: | make + - name: Upload code coverage + if: matrix.run_long_tests + uses: codecov/codecov-action@v2 + with: + token: ${{ secrets.CODECOV_TOKEN }} + files: coverage.txt + release: name: release needs: build