Skip to content

Commit

Permalink
Bump codecov/codecov-action from 1 to 1.5.0 (Azure#2633)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 1.5.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v1...v1.5.0)

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 May 12, 2021
1 parent 0b8f66b commit 976e841
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 @@ -116,7 +116,7 @@ jobs:
if-no-files-found: error

- name: Upload Code Coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v1.5.0
with:
flags: dotnet

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

- name: Upload Code Coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v1.5.0
with:
flags: typescript
directory: ./src/vscode-bicep/coverage
Expand Down

0 comments on commit 976e841

Please sign in to comment.