Skip to content

Commit

Permalink
Revert "Merge pull request #258 from tsuyoshicho/renovate/codecov-cod…
Browse files Browse the repository at this point in the history
…ecov-action-4.x"

This reverts commit 30dc07f, reversing
changes made to 870849e.
  • Loading branch information
tsuyoshicho committed Dec 25, 2023
1 parent cec3c3e commit 35a0a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
covimerage write_coverage "${THEMIS_PROFILE}"
coverage xml
- name: Send coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
env_vars: OS,VIMVER
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
covimerage write_coverage ${Env:THEMIS_PROFILE}
coverage xml
- name: Send coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
env_vars: OS,VIMVER

0 comments on commit 35a0a3d

Please sign in to comment.