Skip to content

Commit e13ff4e

Browse files
authored
github-action: insert CODECOV_TOKEN into pipeline
1 parent 9eac0eb commit e13ff4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ jobs:
4040
flags: tests # optional
4141
name: ipfixprobe # optional
4242
fail_ci_if_error: true # optional (default = false)
43+
token: ${{ secrets.CODECOV_TOKEN }}
4344
verbose: true
4445
gcov: true

0 commit comments

Comments
 (0)