Skip to content

Commit 22774da

Browse files
committed
codecov
Signed-off-by: Piotr <piotrzan@gmail.com>
1 parent 4eefcf4 commit 22774da

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ jobs:
6666

6767
- name: Upload coverage reports to Codecov
6868
uses: codecov/codecov-action@v4.0.1
69+
with:
70+
flags: smart-tests
71+
verbose: true
72+
token: ${{ secrets.CODECOV_TOKEN }}
6973
env:
7074
token: ${{ secrets.CODECOV_TOKEN }}
7175
slug: Piotr1215/killercoda-cli

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[![PyPI - Version](https://img.shields.io/pypi/v/killercoda-cli.svg)](https://pypi.org/project/killercoda-cli)
44
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/killercoda-cli.svg)](https://pypi.org/project/killercoda-cli)
5-
[![CI](https://github.com/piotr1215/killercoda-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/piotr1215/killercoda-cli/actions/workflows/ci.yml)
65
[![Downloads](https://pepy.tech/badge/killercoda-cli)](https://pepy.tech/project/killercoda-cli)
76
[![codecov](https://codecov.io/gh/Piotr1215/killercoda-cli/graph/badge.svg?token=2NVHJY2T3L)](https://codecov.io/gh/Piotr1215/killercoda-cli)
7+
[![CI](https://github.com/piotr1215/killercoda-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/piotr1215/killercoda-cli/actions/workflows/ci.yml)
88

99
**Table of Contents**
1010

codecov.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
flag_management:
2+
individual_flags:
3+
- name: smart-tests
4+
carryforward: true
5+
carryforward_mode: "labels"
6+
statuses:
7+
- type: "project"
8+
- type: "patch"
9+
10+
cli:
11+
plugins:
12+
pycoverage:
13+
report_type: "json"

0 commit comments

Comments
 (0)