diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 05970f3..cec1682 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -32,12 +32,12 @@ jobs: - name: Unit Testing run: yarn test:coverage - - name: Upload Coverage - uses: codecov/codecov-action@v3 - with: - # token: ${{secrets.CODECOV_TOKEN}} # not required for public repos - directory: coverage - fail_ci_if_error: true +# - name: Upload Coverage +# uses: codecov/codecov-action@v3 +# with: +# # token: ${{secrets.CODECOV_TOKEN}} # not required for public repos +# directory: coverage +# fail_ci_if_error: true - name: Build run: yarn build diff --git a/vitest.config.ts b/vitest.config.ts index 491beb4..85a95a3 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -5,6 +5,7 @@ export default defineConfig({ test: { globals: true, logHeapUsage: true, + passWithNoTests: true, testTimeout: 10000, coverage: { enabled: true,