We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c6407 commit ce518c1Copy full SHA for ce518c1
codecov.yml
@@ -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"
+- name: Upload coverage reports to Codecov
+ uses: codecov/[email protected]
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments