Skip to content

Commit

Permalink
update 2u/main from master (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
deborahgu authored Jul 2, 2024
2 parents fcf0d59 + 7e8dad4 commit 62b7632
Show file tree
Hide file tree
Showing 5 changed files with 831 additions and 672 deletions.
7 changes: 0 additions & 7 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
# Root app is developed and owned by Aurora
* @openedx/2U-aperture

# WIDGETS and experiments are developed and owned by separate teams below

# Recommendations panel
/src/widgets/RecommendationsPanel @openedx/2U-vanguards
/src/widgets/LookingForChallengeWidget @openedx/2U-vanguards
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ jobs:
run: npm run build

- name: Run Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

- name: Send failure notification
if: ${{ failure() }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lockfileversion-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ on:

jobs:
version-check:
uses: openedx/.github/.github/workflows/lockfileversion-check-v3.yml@master
uses: openedx/.github/.github/workflows/lockfile-check.yml@master
Loading

0 comments on commit 62b7632

Please sign in to comment.