Skip to content

Commit c2e0adb

Browse files
chore(test): make a fake coverage report
1 parent 9c0fedf commit c2e0adb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ci.yml

+9
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,12 @@ jobs:
2222
verbose: true
2323
env:
2424
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
25+
26+
- name: Upload coverage to Codecov
27+
uses: codecov/codecov-action@v4
28+
with:
29+
file: fake-file.txt
30+
flag: fake
31+
verbose: true
32+
env:
33+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

fake-file.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
thisisnotacoveragereport

0 commit comments

Comments
 (0)