Skip to content

Commit 8e47fb2

Browse files
committed
Add CODECOV_TOKEN
Till now it was optional but soon it will become mandatory so, better, we add it already. The token value can be looked (or updated) from codecov.io.
1 parent 83054f8 commit 8e47fb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
- name: Upload coverage
5252
uses: codecov/codecov-action@v3
5353
with:
54+
token: ${{ secrets.CODECOV_TOKEN }}
5455
files: ./build/logs/clover.xml
5556
verbose: true
5657

0 commit comments

Comments
 (0)