Merge pull request #485 from arbrandes/update-codecov

build: Update codecov and use token
This commit is contained in:
Adolfo R. Brandes
2024-06-17 11:57:12 -03:00
committed by GitHub
2 changed files with 8 additions and 2 deletions

View File

@@ -25,4 +25,7 @@ jobs:
- name: i18n_extract
run: npm run i18n_extract
- name: Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

View File

@@ -29,7 +29,10 @@ jobs:
- name: i18n_extract
run: npm run i18n_extract
- name: Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
- name: Build
run: npm run build
- name: Release