diff --git a/login-workflow/codecov.yml b/.github/codecov.yml similarity index 50% rename from login-workflow/codecov.yml rename to .github/codecov.yml index aa4f1a58..95b5b2b0 100644 --- a/login-workflow/codecov.yml +++ b/.github/codecov.yml @@ -1,13 +1,12 @@ -# - "::login-workflow/" # move root e.g., "path/" => "after/path/" leaving this here for now, it might need turned on later coverage: status: project: default: - target: 70% + target: 80% threshold: 5% informational: true patch: default: - target: 70% + 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 20919d2e..b54d9894 100644 --- a/.github/workflows/blui-ci.yml +++ b/.github/workflows/blui-ci.yml @@ -61,6 +61,7 @@ jobs: - name: Upload to Codecov uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} directory: ./login-workflow/coverage/ files: clover.xml flags: unittests