Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3.0.0 to 3.1.0 (#3216)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 21, 2022
1 parent cc7cf73 commit 60f743a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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.0.0
- uses: codecov/codecov-action@v3.1.0
with:
file: TestResults/Cobertura.xml
env_vars: OS
Expand Down

0 comments on commit 60f743a

Please sign in to comment.