Skip to content

Commit 1075b42

Browse files
authored
Simplify codecov for CI (#682)
1 parent a1feb24 commit 1075b42

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,6 @@ jobs:
7777
branch: ${{ github.event.pull_request.base.ref }}
7878
name: jacoco-report
7979
path: base-coverage/
80-
- name: Generate coverage summary
81-
if: ${{ matrix.release_build && github.event_name == 'pull_request' }}
82-
id: jacoco
83-
uses: cicirello/jacoco-badge-generator@v2.12.1
84-
with:
85-
jacoco-csv-file: >
86-
cbor/target/site/jacoco/jacoco.csv
87-
smile/target/site/jacoco/jacoco.csv
88-
avro/target/site/jacoco/jacoco.csv
89-
protobuf/target/site/jacoco/jacoco.csv
90-
ion/target/site/jacoco/jacoco.csv
91-
generate-coverage-badge: false
92-
generate-branches-badge: false
93-
generate-summary: true
9480
- name: Generate coverage comment
9581
if: ${{ matrix.release_build && github.event_name == 'pull_request' }}
9682
run: |

0 commit comments

Comments
 (0)