Skip to content

Commit

Permalink
Update codecov and add browserslist config (#209)
Browse files Browse the repository at this point in the history
* refactor: update code cov and add browserlist config
  • Loading branch information
Mashal-m authored May 11, 2023
1 parent 99cd3bf commit 084d61f
Show file tree
Hide file tree
Showing 4 changed files with 499 additions and 694 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,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 @@ -29,7 +29,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
Loading

0 comments on commit 084d61f

Please sign in to comment.