Skip to content

Commit

Permalink
fix: removed depreciated package codecov (openedx#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamankhan99 authored Jun 20, 2022
1 parent f657c71 commit fc5df4a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 179 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: i18n_extract
run: npm run i18n_extract
- name: Coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: i18n_extract
run: npm run i18n_extract
- name: Coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
- name: Build
run: npm run build
- name: Release
Expand Down
176 changes: 0 additions & 176 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"@edx/frontend-build": "9.2.2",
"@edx/frontend-platform": "2.3.0",
"@edx/paragon": "19.25.1",
"codecov": "3.8.3",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"husky": "7.0.4",
Expand Down

0 comments on commit fc5df4a

Please # to comment.