Updated codecov Action to v3 and reduce email spam (#1936)

This commit is contained in:
Alessandro (Ale) Segala 2022-08-04 17:28:54 -07:00 committed by GitHub
parent fa48c504b8
commit 54fe198bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -11,5 +11,5 @@ coverage:
# See https://docs.codecov.io/docs/commit-status#disabling-a-status.
default: false
comment:
# Delete old comment and post new one for new coverage information.
behavior: new
# Update old comment with new coverage information if the PR is changed. Avoids triggering multiple emails.
behavior: once

View File

@ -106,4 +106,4 @@ jobs:
run: make test
- name: Codecov
if: matrix.target_arch == 'amd64' && matrix.target_os == 'linux'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3