Bump codecov/codecov-action from 3.1.2 to 3.1.3 (#4414)

This commit is contained in:
dependabot[bot] 2023-04-20 13:54:07 -07:00 committed by GitHub
parent 996bae1076
commit 10eb79cddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs:
- name: Merging test results - name: Merging test results
run: reportgenerator -reports:TestResults/**/*.xml -targetdir:TestResults -reporttypes:Cobertura -assemblyFilters:"-microsoft.data.sqlclient*;-grpc.core*;-opentracing*" run: reportgenerator -reports:TestResults/**/*.xml -targetdir:TestResults -reporttypes:Cobertura -assemblyFilters:"-microsoft.data.sqlclient*;-grpc.core*;-opentracing*"
- uses: codecov/codecov-action@v3.1.2 - uses: codecov/codecov-action@v3.1.3
with: with:
file: TestResults/Cobertura.xml file: TestResults/Cobertura.xml
env_vars: OS env_vars: OS