Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v2 (#908)
Browse files Browse the repository at this point in the history
Co-authored-by: Chanseok Oh <chanseok@google.com>
Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 28, 2022
1 parent 99b3da7 commit 03fba01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: bazel coverage $(bazel query "src/test/..." | grep "Test$") --combined_report=lcov

- name: Upload Code Coverage Report
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
name: actions ${{ matrix.java }}
files: ./bazel-out/_coverage/_coverage_report.dat
Expand Down

0 comments on commit 03fba01

Please sign in to comment.