Skip to content

Commit c7e69f6

Browse files
Merge pull request #564 from openedx/master
sync: master to alpha
2 parents 28f9eb4 + 4af4a57 commit c7e69f6

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ jobs:
2727
- name: Test
2828
run: npm run test
2929
- name: Upload coverage to Codecov
30-
uses: codecov/codecov-action@v3
30+
uses: codecov/codecov-action@v4
31+
with:
32+
token: ${{ secrets.CODECOV_TOKEN }}
33+
fail_ci_if_error: true

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@babel/plugin-syntax-dynamic-import": "7.8.3",
3434
"@babel/preset-env": "7.24.7",
3535
"@babel/preset-react": "7.24.7",
36-
"@edx/eslint-config": "4.0.0",
36+
"@edx/eslint-config": "4.1.0",
3737
"@edx/new-relic-source-map-webpack-plugin": "2.1.0",
3838
"@edx/typescript-config": "1.0.1",
3939
"@formatjs/cli": "^6.0.3",

0 commit comments

Comments
 (0)