Skip to content

CI: Add test workflow #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 28, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Disable code-coverage
  • Loading branch information
polldo committed Sep 27, 2021
commit e9365b18531763fd384859fc7776f3d25ceecfc2
14 changes: 7 additions & 7 deletions .github/workflows/test-go-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
GO_MODULE_PATH: ${{ matrix.module.path }}
run: task go:test

- name: Send unit tests coverage to Codecov
if: runner.os == 'Linux'
uses: codecov/codecov-action@v2
with:
file: ${{ matrix.module.path }}coverage_unit.txt
flags: ${{ matrix.module.codecov-flags }}
fail_ci_if_error: ${{ github.repository == 'arduino/arduino-cloud-cli' }}
# - name: Send unit tests coverage to Codecov
# if: runner.os == 'Linux'
# uses: codecov/codecov-action@v2
# with:
# file: ${{ matrix.module.path }}coverage_unit.txt
# flags: ${{ matrix.module.codecov-flags }}
# fail_ci_if_error: ${{ github.repository == 'arduino/arduino-cloud-cli' }}