We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c94c8 commit 3619648Copy full SHA for 3619648
.github/workflows/test.yml
@@ -63,7 +63,9 @@ jobs:
63
run: oca_init_test_database
64
- name: Run tests
65
run: oca_run_tests
66
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v4
67
+ with:
68
+ token: ${{ secrets.CODECOV_TOKEN }}
69
- name: Update .pot files
70
run: oca_export_and_push_pot https://x-access-token:${{ secrets.GIT_PUSH_TOKEN }}@github.com/${{ github.repository }}
71
if: ${{ matrix.makepot == 'true' && github.event_name == 'push' && github.repository_owner == 'OCA' }}
0 commit comments