This repository was archived by the owner on Jun 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +1
-33
lines changed Expand file tree Collapse file tree 4 files changed +1
-33
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 53
53
with :
54
54
working-dir : ./backend
55
55
56
-
57
- # Comment out for now. Since Kover does not generate jacoco.csv report today
58
- #
59
- # - name: Generate Test Coverage Badge
60
- # uses: emibcn/badge-action@v1.2.1
61
- # with:
62
- # label: coverage
63
- # status: ''
64
- # jacoco-csv-file: ./backend/build/reports/jacoco/test/jacocoTestReport.csv
65
- # generate-branches-badge: true
66
- #
67
- # - name: Generate JaCoCo Badge
68
- # uses: cicirello/jacoco-badge-generator@v2
69
- # with:
70
- # jacoco-csv-file: ./backend/build/reports/jacoco/test/jacocoTestReport.csv
71
- # generate-branches-badge: true
72
- #
73
- # - name: Log coverage percentage
74
- # run: |
75
- # echo "coverage = ${{ steps.jacoco.outputs.coverage }}"
76
- # echo "branch coverage = ${{ steps.jacoco.outputs.branches }}"
77
- #
78
- # - name: Commit and push the badge (if it changed)
79
- # uses: EndBug/add-and-commit@v7
80
- # with:
81
- # default_author: github_actions
82
- # message: 'doc: update test coverage badge'
83
- # add: '*.svg'
84
-
85
56
- name : Upload Kover coverage reports
86
57
uses : codecov/codecov-action@v2
87
58
with :
Original file line number Diff line number Diff line change 5
5
6
6
[ ![ Backend test] ( https://github.com/thoughtworks/metrik/actions/workflows/backend_test.yaml/badge.svg )] ( https://github.com/thoughtworks/metrik/actions/workflows/backend_test.yaml )
7
7
[ ![ Frontend test] ( https://github.com/thoughtworks/metrik/actions/workflows/frontend_test.yaml/badge.svg )] ( https://github.com/thoughtworks/metrik/actions/workflows/frontend_test.yaml )
8
- ![ Coverage] ( .github/badges/jacoco.svg )
9
- ![ Branches] ( .github/badges/branches.svg )
8
+ [ ![ codecov] ( https://codecov.io/gh/thoughtworks/metrik/branch/main/graph/badge.svg?token=KON1ADTCCD )] ( https://codecov.io/gh/thoughtworks/metrik )
10
9
11
10
[ ![ Release] ( https://img.shields.io/github/v/release/thoughtworks/metrik.svg?include_prereleases&style=flat )] ( https://github.com/thoughtworks/metrik/releases )
12
11
You can’t perform that action at this time.
0 commit comments