Skip to content

Commit 0730032

Browse files
Mashal-mishahroz
andauthored
Moving code coverage from codecov package to CI (#289)
* fix: removed derpeciated package codecov * fix: install edx/paragon 20.20.0 fixed version * fix: specified paragron 20.20.0 version Co-authored-by: Shahroz Ahmad <[email protected]>
1 parent 92fdf85 commit 0730032

File tree

4 files changed

+2
-254
lines changed

4 files changed

+2
-254
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- name: i18n_extract
3535
run: npm run i18n_extract
3636
- name: Coverage
37-
uses: codecov/codecov-action@v2
37+
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

0 commit comments

Comments
 (0)