Skip to content

Commit

Permalink
[react] fix Products.test.js failing after PR 667; rename codecov.yml (
Browse files Browse the repository at this point in the history
  • Loading branch information
realkosty authored Jan 29, 2025
1 parent 8c2ec77 commit 312b491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_codecov_on_pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: codecov.yml
name: run_codecov_on_pull_request.yml
# Run Codecov on PR open or change
on:
push:
Expand Down
1 change: 1 addition & 0 deletions react/src/tests/Products.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jest.mock('@sentry/react', () => ({
withScope: jest.fn((fn) => fn({ _tags: { se: 'mocked_se' } })),
captureException: jest.fn(),
setContext: jest.fn(),
startSpan: jest.fn(),
withProfiler: (Component) => Component,
}));

Expand Down

0 comments on commit 312b491

Please sign in to comment.