Skip to content

Commit

Permalink
Bump codecov/codecov-action from 2.0.2 to 2.0.3 (Azure#4146)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2021
1 parent 5ec83cd commit 457cd1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
if-no-files-found: error

- name: Upload Code Coverage
uses: codecov/[email protected].2
uses: codecov/[email protected].3
with:
flags: dotnet

Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
working-directory: ./src/vscode-bicep

- name: Upload Code Coverage
uses: codecov/[email protected].2
uses: codecov/[email protected].3
with:
flags: typescript
directory: ./src/vscode-bicep/coverage
Expand Down

0 comments on commit 457cd1f

Please sign in to comment.