File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 6464 - name : Run unit tests
6565 run : task go:test-unit
6666
67+ - name : Send unit tests coverage to Codecov
68+ if : matrix.operating-system == 'ubuntu-latest'
69+ uses : codecov/codecov-action@v1
70+ with :
71+ file : ./coverage_unit.txt
72+ flags : unit
73+ fail_ci_if_error : true
74+
6775 - name : Install Python
6876 uses : actions/setup-python@v2
6977 with :
Original file line number Diff line number Diff line change 33[ ![ Tests Status] ( https://github.com/arduino/arduino-lint/workflows/Run%20tests/badge.svg )] ( https://github.com/arduino/arduino-lint/actions?workflow=Run+tests )
44[ ![ Nightly Status] ( https://github.com/arduino/arduino-lint/workflows/Nightly%20build/badge.svg )] ( https://github.com/arduino/arduino-lint/actions?workflow=Nightly+build )
55[ ![ Docs Status] ( https://github.com/arduino/arduino-lint/workflows/Publish%20documentation/badge.svg )] ( https://github.com/arduino/arduino-lint/actions?workflow=Publish+documentation )
6+ [ ![ Codecov] ( https://codecov.io/gh/arduino/arduino-lint/branch/main/graph/badge.svg?token=nprqPQMbdh )] ( https://codecov.io/gh/arduino/arduino-lint )
67
78** Arduino Lint** is a command line tool that checks for common problems in [ Arduino] ( https://www.arduino.cc/ ) projects:
89
You can’t perform that action at this time.
0 commit comments