diff --git a/.github/workflows/run_codecov_on_pull_request.yml b/.github/workflows/run_codecov_on_pull_request.yml index 62fcf4e04..4933441bf 100644 --- a/.github/workflows/run_codecov_on_pull_request.yml +++ b/.github/workflows/run_codecov_on_pull_request.yml @@ -1,4 +1,4 @@ -name: codecov.yml +name: run_codecov_on_pull_request.yml # Run Codecov on PR open or change on: push: diff --git a/react/src/tests/Products.test.js b/react/src/tests/Products.test.js index 30642dec3..23b10f658 100644 --- a/react/src/tests/Products.test.js +++ b/react/src/tests/Products.test.js @@ -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, }));