Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into sshin/2703
Browse files Browse the repository at this point in the history
  • Loading branch information
suejung-sentry committed Oct 29, 2024
2 parents f803d0d + a8a4b15 commit 862004e
Show file tree
Hide file tree
Showing 31 changed files with 934 additions and 505 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
run: |
yarn build
env:
CODECOV_API_URL: ${{ secrets.CODECOV_API_URL }}
CODECOV_API_URL: ${{ secrets.CODECOV_SHELTER_BA_URL }}
CODECOV_ORG_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
CODECOV_BUNDLE_NAME: 'gazebo-production'
UPLOAD_CODECOV_BUNDLE_STATS: true
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/Header/components/Navigator/Navigator.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ describe('Header Navigator', () => {
})
})

it.only('should show the fallback if not logged in', async () => {
it('should show the fallback if not logged in', async () => {
const { user } = setup({ isMyOrg: false })
render(<Navigator currentUser={undefined} />, {
wrapper: wrapper('/gh/not-codecov'),
Expand Down

This file was deleted.

Loading

0 comments on commit 862004e

Please sign in to comment.