File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 4242 run : sudo apt-get install gcc make
4343 - name : Run tests
4444 run : make -C test tests
45+ - name : Upload coverage reports to Codecov
46+ uses : codecov/codecov-action@v3
47+ env :
48+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 2020* .elf
2121* .test
2222
23+ # test coverage
24+ * .gcda
25+ * .gcno
26+
2327# Linker output
2428* .ilk
2529* .map
Original file line number Diff line number Diff line change 11![ CI Status] ( https://github.com/polesskiy-dev/active-object-fsm/actions/workflows/ci.yml/badge.svg?branch=main )
2+ [ ![ Documentation] ( https://img.shields.io/badge/docs-Doxygen-blue.svg )] ( https://polesskiy-dev.github.io/active-object-fsm/ )
3+
24# active-object-fsm
35Minimalistic implementation of Active Object pattern + FSM for embedded systems.
46
Original file line number Diff line number Diff line change 11# Compiler
2- CC = gcc
2+ CC = gcc -fprofile-arcs -ftest-coverage
33
44# Directories
55SRC_DIR = ../src
You can’t perform that action at this time.
0 commit comments