diff --git a/.github/.codecov.yml b/.github/.codecov.yml index a69722d..daa351c 100644 --- a/.github/.codecov.yml +++ b/.github/.codecov.yml @@ -3,5 +3,6 @@ coverage: status: project: default: - # https://docs.codecov.com/docs/commit-status#target - target: auto # coverage must be equal or above the previous commit \ No newline at end of file + target: 80%% + threshold: 2% + diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml index 1ce22c9..92e0cd8 100644 --- a/.github/workflows/stats.yml +++ b/.github/workflows/stats.yml @@ -3,10 +3,11 @@ name: Pull Request Stats on: pull_request: types: [opened] + workflow_dispatch: jobs: stats: runs-on: ubuntu-latest steps: - name: Run pull request stats - uses: flowwer-dev/pull-request-stats@master \ No newline at end of file + uses: flowwer-dev/pull-request-stats@master