Updated codecov Action to v3 and reduce email spam (#1936)
This commit is contained in:
parent
fa48c504b8
commit
54fe198bc0
|
@ -11,5 +11,5 @@ coverage:
|
||||||
# See https://docs.codecov.io/docs/commit-status#disabling-a-status.
|
# See https://docs.codecov.io/docs/commit-status#disabling-a-status.
|
||||||
default: false
|
default: false
|
||||||
comment:
|
comment:
|
||||||
# Delete old comment and post new one for new coverage information.
|
# Update old comment with new coverage information if the PR is changed. Avoids triggering multiple emails.
|
||||||
behavior: new
|
behavior: once
|
||||||
|
|
|
@ -106,4 +106,4 @@ jobs:
|
||||||
run: make test
|
run: make test
|
||||||
- name: Codecov
|
- name: Codecov
|
||||||
if: matrix.target_arch == 'amd64' && matrix.target_os == 'linux'
|
if: matrix.target_arch == 'amd64' && matrix.target_os == 'linux'
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v3
|
||||||
|
|
Loading…
Reference in New Issue