Skip to content

Commit 7c5aa98

Browse files
committed
Add todos
1 parent b78a5ec commit 7c5aa98

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release-go-task.yml

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
# (all the files we need are in the DIST_DIR root)
160160
artifacts: ${{ env.DIST_DIR }}/*
161161

162+
# TODO
162163
# - name: Upload release files on Arduino downloads servers
163164
# uses: docker://plugins/s3
164165
# env:

.github/workflows/test-go-task.yml

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
GO_MODULE_PATH: ${{ matrix.module.path }}
9494
run: task go:test
9595

96+
# TODO
9697
# - name: Send unit tests coverage to Codecov
9798
# if: runner.os == 'Linux'
9899
# uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)