Skip to content

Commit

Permalink
Merge pull request #251 from acsone/imp-coverage-dro
Browse files Browse the repository at this point in the history
[IMP] Add codecov v4 question
  • Loading branch information
sbidoul authored May 1, 2024
2 parents 56d206b + 8cefdec commit 4e5c50c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ jobs:
- name: Run tests
run: oca_run_tests
{%- if github_enable_codecov %}
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
+ token: {{"${{ secrets.CODECOV_TOKEN }}"}}
{%- endif %}
{% raw -%}
- name: Update .pot files
Expand Down

0 comments on commit 4e5c50c

Please sign in to comment.