Skip to content

Commit a1894cd

Browse files
committed
[CI] fix codecov upload
1 parent 781127e commit a1894cd

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
@@ -39,7 +39,7 @@ jobs:
3939
# A token is used to avoid intermittent spurious job failures caused by rate limiting.
4040
- name: Set up Codecov upload token
4141
run: |
42-
if [[ "${{ github.repository }}" == "arduino-libraries/Arduino_CloudUtils" ]]; then
42+
if [[ "${{ github.repository }}" == "arduino-libraries/ArduinoBLE" ]]; then
4343
# In order to avoid uploads of data from forks, only use the token for runs in the parent repo.
4444
# Token is intentionally exposed.
4545
# See: https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954

0 commit comments

Comments
 (0)