Skip to content

Commit

Permalink
Explicitly define module for OpenCPPCoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkryukov committed Nov 28, 2020
1 parent 966a028 commit ba87224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
- name: Unit tests
shell: cmd
run: call "C:\Program Files\OpenCppCoverage\OpenCppCoverage.exe" --export_type cobertura:coverage.xml --modules "*.exe" --excluded_line_regex "\s*\}.*" --sources "simulator\*" -- .\build\Debug\unit-tests.exe
run: call "C:\Program Files\OpenCppCoverage\OpenCppCoverage.exe" --export_type cobertura:coverage.xml --modules "unit-tests.exe" --excluded_line_regex "\s*\}.*" --sources "simulator\*" -- .\build\Debug\unit-tests.exe

- name: Codecov
run: codecov -f coverage.xml --root .

0 comments on commit ba87224

Please sign in to comment.