Skip to content

Commit c5223f7

Browse files
chore: upload coverage reports
1 parent 9dbeee9 commit c5223f7

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

codecov.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
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"
1+
- name: Upload coverage reports to Codecov
2+
uses: codecov/codecov-action@v4.0.1
3+
with:
4+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)