Skip to content

Commit fc5df4a

Browse files
authored
fix: removed depreciated package codecov (#220)
1 parent f657c71 commit fc5df4a

File tree

4 files changed

+2
-179
lines changed

4 files changed

+2
-179
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- name: i18n_extract
3333
run: npm run i18n_extract
3434
- name: Coverage
35-
uses: codecov/codecov-action@v2
35+
uses: codecov/codecov-action@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: i18n_extract
2828
run: npm run i18n_extract
2929
- name: Coverage
30-
uses: codecov/codecov-action@v2
30+
uses: codecov/codecov-action@v3
3131
- name: Build
3232
run: npm run build
3333
- name: Release

package-lock.json

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"@edx/frontend-build": "9.2.2",
3838
"@edx/frontend-platform": "2.3.0",
3939
"@edx/paragon": "19.25.1",
40-
"codecov": "3.8.3",
4140
"enzyme": "3.11.0",
4241
"enzyme-adapter-react-16": "1.15.6",
4342
"husky": "7.0.4",

0 commit comments

Comments
 (0)