Skip to content

Commit

Permalink
Remove Codecov for coverage (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
meltsufin committed Feb 25, 2022
1 parent a6ad7d9 commit 28a2a53
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@ jobs:
# Run only test targets, and not golden_update targets.
run: bazel coverage //:units --combined_report=lcov

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

license-header:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![codecov](https://codecov.io/gh/googleapis/gapic-generator-java/branch/main/graph/badge.svg?token=3RUU37GX9U)](https://codecov.io/gh/googleapis/gapic-generator-java)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=googleapis_gapic-generator-java&metric=coverage)](https://sonarcloud.io/summary/new_code?id=googleapis_gapic-generator-java)
# API Client Generator for Java

Generates a Java client library from protocol buffers.
Expand Down
21 changes: 0 additions & 21 deletions codecov.yml

This file was deleted.

0 comments on commit 28a2a53

Please sign in to comment.