Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Conversation

@marekdedic
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Jun 12, 2025

Codecov Report

❌ Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.54%. Comparing base (3a48601) to head (d6b16d9).
⚠️ Report is 12 commits behind head on master.

Files with missing lines Patch % Lines
src/backend/index.ts 0.00% 4 Missing ⚠️

❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2065   +/-   ##
=======================================
  Coverage   98.54%   98.54%           
=======================================
  Files          20       20           
  Lines         965      965           
  Branches      207      207           
=======================================
  Hits          951      951           
  Misses         13       13           
  Partials        1        1           
Flag Coverage Δ
backend 98.54% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/backend/index.ts 11.11% <0.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@marekdedic marekdedic marked this pull request as ready for review June 23, 2025 11:22
@marekdedic marekdedic marked this pull request as draft June 24, 2025 19:13
@marekdedic marekdedic requested a review from Copilot June 24, 2025 19:13
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the project to support a stricter tsconfig by changing property access syntax from dot notation to bracket notation across tests, frontend components, and backend integrations.

  • Replaces dot notation with bracket notation for accessing properties on various objects.
  • Updates Playwright configuration to use bracket notation when accessing process environment variables.

Reviewed Changes

Copilot reviewed 24 out of 25 changed files in this pull request and generated no comments.

File Description
tests/frontend/*.spec.ts Updated property access in test stubs from dot to bracket notation.
src/frontend/*.svelte Changed method invocations on google.script.run from dot to bracket notation.
src/backend/index.ts Adjusted global endpoint assignments using bracket notation.
playwright.config.ts Uses bracket notation to reference process.env properties.

@marekdedic marekdedic marked this pull request as ready for review August 26, 2025 16:01
@marekdedic marekdedic merged commit 4427b6f into master Aug 26, 2025
14 of 15 checks passed
@marekdedic marekdedic deleted the stricter-tsconfig branch August 26, 2025 16:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants