Bump codecov/codecov-action from 3.1.1 to 3.1.2 (#4379)

This commit is contained in:
dependabot[bot] 2023-04-11 12:22:38 -07:00 committed by GitHub
parent bf9f07dc0f
commit 3f09d28c4d
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
run: reportgenerator -reports:TestResults/**/*.xml -targetdir:TestResults -reporttypes:Cobertura -assemblyFilters:"-microsoft.data.sqlclient*;-grpc.core*;-opentracing*"
- uses: codecov/codecov-action@v3.1.1
- uses: codecov/codecov-action@3.1.2
with:
file: TestResults/Cobertura.xml
env_vars: OS