diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 000000000..95b5b2b03 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,12 @@ +coverage: + status: + project: + default: + target: 80% + threshold: 5% + informational: true + patch: + default: + target: 80% + threshold: 5% + informational: true \ No newline at end of file diff --git a/.github/workflows/blui-ci.yml b/.github/workflows/blui-ci.yml index 86c570f26..9ce3f6598 100644 --- a/.github/workflows/blui-ci.yml +++ b/.github/workflows/blui-ci.yml @@ -55,6 +55,7 @@ jobs: - name: Upload to Codecov uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} directory: ./coverage/ files: cobertura-coverage.xml flags: unittests