kamiazya
web-csv-toolbox
BlogDocsChangelog

Branches performance

Pull requests

feat: add OIDC authentication for Codecov bundle analysis#606
last run
9 hours ago
fix: restore CODECOV_TOKEN support with OIDC fallback Restore CODECOV_TOKEN as a fallback authentication method while keeping OIDC support. This hybrid approach ensures bundle analysis works regardless of the authentication method configured: - Token authentication: Uses uploadToken when CODECOV_TOKEN is available - OIDC authentication: Uses GitHub OIDC when token is not available - Coverage uploads: Automatically chooses between token and OIDC Configuration logic: - enableBundleAnalysis: process.env.CI === 'true' (always enabled in CI) - uploadToken: Set only if CODECOV_TOKEN exists - useGitHubOIDC: true only when CODECOV_TOKEN is not available This fixes the issue where bundle reports were not being uploaded after removing CODECOV_TOKEN entirely. šŸ¤– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
9 hours ago
be32a11
feat/add-oidc-for-codecov-bundle-analysis
CodSpeed Performance Gauge
-59%
chore: disable sourcemap generation to reduce package size Disable sourcemap generation in both main build and worker bundle builds. ## Impact - Package size reduction: 2.1MB → 1.1MB (48% reduction) - Sourcemap files: 1.0MB removed - No functional changes to the library ## Rationale - 95%+ of users don't use sourcemaps - Source code is available on GitHub for debugging - Type definitions provide sufficient information for most use cases - Aligns with industry practices (React, zod) ## Alternatives for debugging - Clone repository and build locally - View source directly on GitHub - Use comprehensive type definitions included in package šŸ¤– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
14 hours ago
fb372f5
chore/disable-sourcemap
CodSpeed Performance Gauge
-52%
refine: anchor gitignore patterns to root directory only Use / prefix for WASM build artifact patterns to ensure only files directly in web-csv-toolbox-wasm/ root are ignored, not files in subdirectories like tests/ or examples/ that might be added in the future. šŸ¤– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
16 hours ago
7a0a924
fix/gitignore-build-artifacts
CodSpeed Performance Gauge
-65%
refactor: reorder import statements for consistency in CSVLexerTransformer
9 hours ago
cafd991
feat/api-consistency-binary-stream
CodSpeed Performance Gauge
-68%
Ā© 2025 CodSpeed Technology
Home Terms Privacy Docs