Skip to content

Commit 30faf6f

Browse files
fix: only showing status about changed files in codecov (#286)
1 parent a5b349c commit 30faf6f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ jobs:
130130
uses: getsentry/codecov-action@main
131131
with:
132132
token: ${{ secrets.GITHUB_TOKEN }}
133-
post-pr-comment: true
134133

135134
build-binary:
136135
name: Build Binary (${{ matrix.target }})

codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
comment: true
2+
config:
3+
files: changed

0 commit comments

Comments
 (0)