Skip to content

Commit f11e636

Browse files
fix: only pick my file
1 parent bc715d3 commit f11e636

1 file changed

Lines changed: 2 additions & 24 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,5 @@ jobs:
2828
files: coverage-fake.xml
2929
token: ${{ secrets.CODECOV_TOKEN }}
3030
verbose: true
31-
- name: Upload coverage to Codecov (arg token)
32-
uses: codecov/codecov-action@main
33-
with:
34-
fail_ci_if_error: true
35-
token: ${{ secrets.CODECOV_TOKEN }}
36-
verbose: true
37-
- name: Upload coverage to Codecov (env token)
38-
uses: codecov/codecov-action@main
39-
with:
40-
fail_ci_if_error: true
41-
verbose: true
42-
env:
43-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
44-
- name: Upload coverage to Codecov (no token)
45-
uses: codecov/codecov-action@main
46-
with:
47-
fail_ci_if_error: true
48-
verbose: true
49-
- name: Upload coverage to Codecov (oidc)
50-
uses: codecov/codecov-action@main
51-
with:
52-
fail_ci_if_error: true
53-
use_oidc: true
54-
verbose: true
31+
flags: fake-stuff
32+
disable_search: true

0 commit comments

Comments
 (0)