Commit 22774da 1 parent 4eefcf4 commit 22774da Copy full SHA for 22774da
File tree 3 files changed +18
-1
lines changed
3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 66
66
67
67
- name : Upload coverage reports to Codecov
68
68
uses : codecov/codecov-action@v4.0.1
69
+ with :
70
+ flags : smart-tests
71
+ verbose : true
72
+ token : ${{ secrets.CODECOV_TOKEN }}
69
73
env :
70
74
token : ${{ secrets.CODECOV_TOKEN }}
71
75
slug : Piotr1215/killercoda-cli
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ PyPI - Version] ( https://img.shields.io/pypi/v/killercoda-cli.svg )] ( https://pypi.org/project/killercoda-cli )
4
4
[ ![ 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 )
6
5
[ ![ Downloads] ( https://pepy.tech/badge/killercoda-cli )] ( https://pepy.tech/project/killercoda-cli )
7
6
[ ![ 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 )
8
8
9
9
** Table of Contents**
10
10
Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments