Skip to content

Commit 2b468eb

Browse files
committed
Unit tests use codecov token
1 parent 0fd01c0 commit 2b468eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# A token is used to avoid intermittent spurious job failures caused by rate limiting.
3838
- name: Set up Codecov upload token
3939
run: |
40-
if [[ "${{ github.repository }}" == "arduino-libraries/ArduinoIoTCloud" ]]; then
40+
if [[ "${{ github.repository }}" == "arduino-libraries/Arduino_CloudUtils" ]]; then
4141
# In order to avoid uploads of data from forks, only use the token for runs in the parent repo.
4242
# Token is intentionally exposed.
4343
# See: https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954

0 commit comments

Comments
 (0)