Skip to content

Commit 4fab775

Browse files
authored
Merge pull request #92 from Point72/tkp/cc
Add codecov badge and reporting, rename to yaml
2 parents 9bb186d + a27167a commit 4fab775

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,11 @@ jobs:
6767
files: junit.xml
6868
if: ${{ matrix.os == 'ubuntu-latest' }}
6969

70+
- name: Upload coverage
71+
uses: codecov/codecov-action@v5
72+
with:
73+
token: ${{ secrets.CODECOV_TOKEN }}
74+
if: matrix.os == 'ubuntu-latest'
75+
7076
- name: Twine check
7177
run: make dist

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<br/>
99
<br/>
1010

11-
[![Build Status](https://github.com/Point72/ccflow/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/Point72/ccflow/actions/workflows/build.yml)
11+
[![Build Status](https://github.com/Point72/ccflow/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/Point72/ccflow/actions/workflows/build.yaml)
12+
[![codecov](https://codecov.io/gh/point72/ccflow/branch/main/graph/badge.svg)](https://codecov.io/gh/point72/ccflow)
1213
[![GitHub issues](https://img.shields.io/github/issues/point72/ccflow.svg)](https://github.com/point72/ccflow/issues)
1314
[![PyPI Version](https://img.shields.io/pypi/v/ccflow.svg)](https://pypi.python.org/pypi/ccflow)
1415
[![License](https://img.shields.io/pypi/l/ccflow.svg)](https://github.com/Point72/ccflow/blob/main/LICENSE)

0 commit comments

Comments
 (0)