Skip to content

Commit

Permalink
Merge pull request #170 from lalithkota/17.0-1.2
Browse files Browse the repository at this point in the history
Fixed codecov github action.
  • Loading branch information
pjoshi751 authored Aug 23, 2024
2 parents 9764d01 + e4033f5 commit 5312829
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ jobs:
run: oca_init_test_database
- name: Run tests
run: oca_run_tests
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Update .pot files
run: oca_export_and_push_pot https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
if: ${{ matrix.makepot == 'true' && github.event_name == 'push' && github.repository_owner == 'openg2p' }}

0 comments on commit 5312829

Please sign in to comment.