Skip to content

Commit 9e77ecc

Browse files
Merge branch 'master' of https://github.com/arduino/arduino-cli into skiphidden
2 parents ca843a7 + 4bd3946 commit 9e77ecc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/nightly.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
uses: actions/checkout@v1
2121

2222
- name: build
23+
env:
24+
PACKAGE_NAME_PREFIX: ${{ github.workflow }}
2325
run: goreleaser --snapshot
2426

2527
- name: upload

.github/workflows/test.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,13 @@ jobs:
6363
task test-integration
6464
6565
- name: Send unit tests coverage to Codecov
66-
if: matrix.operating-system != 'windows-2019'
66+
# Since secrets aren't available on forks, we only
67+
# upload coverage on `push`. This might change if
68+
# Codecov whitelists GitHub, lifting the need
69+
# for a token.
70+
if: >
71+
matrix.operating-system != 'windows-2019' &&
72+
github.event_name == 'push'
6773
uses: codecov/codecov-action@v1.0.2
6874
with:
6975
token: ${{secrets.CODECOV_TOKEN}}

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ checksum:
33
name_template: '{{ .Tag }}-{{ time "20060102" }}-checksums.txt'
44

55
snapshot:
6-
name_template: '{{ .Tag }}-{{ time "20060102" }}'
6+
name_template: '{{ .Env.PACKAGE_NAME_PREFIX }}-{{ time "20060102" }}'
77

88
release:
99
prerelease: auto

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy