Skip to content
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

Investigate code coverage #29

Closed
16 tasks done
martinmoene opened this issue Feb 13, 2019 · 0 comments
Closed
16 tasks done

Investigate code coverage #29

martinmoene opened this issue Feb 13, 2019 · 0 comments

Comments

@martinmoene
Copy link
Owner

martinmoene commented Feb 13, 2019

From project root folder, generate coverage report from given test program:

@echo off & setlocal

if [%1] == [] goto :Help

for %%x in (%~f0) do (
    cd build\test\Debug
    opencppcoverage --no_aggregate_by_file --sources %%~dpx -- %~nx1
)
endlocal & goto :EOF

:Help
echo Usage: %0 [test]

Progress:

  • lest
  • gsl-lite
  • any-lite
  • byte-lite
  • expected-lite
  • X - invoke-lite
  • observer-ptr-lite
  • X - optional-fun-lite
  • optional-lite
  • ring-span-lite
  • X - scope-guard-lite (no code yet)
  • span-lite
  • status-value-lite
  • string-view-lite
  • value-ptr-lite
  • variant-lite
@martinmoene martinmoene moved this from To do to In progress in Improve coherence between lite projects Feb 16, 2019
martinmoene added a commit to martinmoene/ring-span-lite that referenced this issue Feb 16, 2019
martinmoene added a commit to martinmoene/ring-span-lite that referenced this issue Feb 16, 2019
martinmoene added a commit to martinmoene/value-ptr-lite that referenced this issue Feb 16, 2019
martinmoene added a commit to martinmoene/value-ptr-lite that referenced this issue Feb 16, 2019
martinmoene added a commit to martinmoene/string-view-lite that referenced this issue Feb 16, 2019
martinmoene added a commit to martinmoene/string-view-lite that referenced this issue Feb 16, 2019
martinmoene added a commit to martinmoene/value-ptr-lite that referenced this issue Feb 16, 2019
martinmoene added a commit to martinmoene/status-value-lite that referenced this issue Feb 17, 2019
martinmoene added a commit to martinmoene/optional-lite that referenced this issue Mar 1, 2019
martinmoene added a commit to martinmoene/observer-ptr-lite that referenced this issue Mar 2, 2019
martinmoene added a commit to martinmoene/expected-lite that referenced this issue Mar 4, 2019
martinmoene added a commit to martinmoene/expected-lite that referenced this issue Mar 5, 2019
martinmoene added a commit to martinmoene/expected-lite that referenced this issue Mar 5, 2019
martinmoene added a commit to martinmoene/expected-lite that referenced this issue Mar 5, 2019
martinmoene added a commit to martinmoene/expected-lite that referenced this issue Mar 5, 2019
martinmoene added a commit to martinmoene/any-lite that referenced this issue Mar 8, 2019
martinmoene added a commit to martinmoene/byte-lite that referenced this issue Mar 8, 2019
martinmoene added a commit to gsl-lite/gsl-lite that referenced this issue Mar 8, 2019
martinmoene added a commit to martinmoene/observer-ptr-lite that referenced this issue Mar 8, 2019
martinmoene added a commit to martinmoene/optional-bare that referenced this issue Mar 8, 2019
martinmoene added a commit to martinmoene/optional-fun-lite that referenced this issue Mar 8, 2019
martinmoene added a commit to martinmoene/optional-lite that referenced this issue Mar 8, 2019
martinmoene added a commit to martinmoene/ring-span-lite that referenced this issue Mar 8, 2019
martinmoene added a commit to martinmoene/span-lite that referenced this issue Mar 8, 2019
martinmoene added a commit to martinmoene/status-value-lite that referenced this issue Mar 8, 2019
martinmoene added a commit to martinmoene/string-view-lite that referenced this issue Mar 8, 2019
martinmoene added a commit to martinmoene/type-lite that referenced this issue Mar 8, 2019
martinmoene added a commit to martinmoene/value-ptr-lite that referenced this issue Mar 8, 2019
martinmoene added a commit to martinmoene/variant-lite that referenced this issue Mar 8, 2019
Improve coherence between lite projects automation moved this from In progress to Done Mar 8, 2019
martinmoene added a commit to martinmoene/lest that referenced this issue Mar 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant