File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 64
64
- name : Run unit tests
65
65
run : task go:test-unit
66
66
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
+
67
75
- name : Install Python
68
76
uses : actions/setup-python@v2
69
77
with :
Original file line number Diff line number Diff line change 3
3
[ ![ Tests Status] ( https://github.com/arduino/arduino-lint/workflows/Run%20tests/badge.svg )] ( https://github.com/arduino/arduino-lint/actions?workflow=Run+tests )
4
4
[ ![ Nightly Status] ( https://github.com/arduino/arduino-lint/workflows/Nightly%20build/badge.svg )] ( https://github.com/arduino/arduino-lint/actions?workflow=Nightly+build )
5
5
[ ![ 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 )
6
7
7
8
** Arduino Lint** is a command line tool that checks for common problems in [ Arduino] ( https://www.arduino.cc/ ) projects:
8
9
You can’t perform that action at this time.
0 commit comments