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

Migrate MacOS related testing at travis to GitHub actions from Travis-CI #2782

Conversation

masatake
Copy link
Member

@masatake masatake commented Jan 2, 2021

No description provided.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
https://www.valgrind.org/docs/manual/quick-start.html

    Compile your program with -g to include debugging information so that
    Memcheck's error messages include exact line numbers.  Using -O0 is
    also a good idea, if you can tolerate the slowdown.  With -O1 line
    numbers in error messages can be inaccurate, although generally
    speaking running Memcheck on code compiled at -O1 works fairly well,
    and the speed improvement compared to running -O0 is quite
    significant.  Use of -O2 and above is not recommended as Memcheck
    occasionally reports uninitialised-value errors which don't really
    exist.

Suggested by @leleliu008 at universal-ctags#2747
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.034% when pulling 313fd65 on masatake:migrate-MacOS-related-testing-at-travis-to-github-actions into 6b168c9 on universal-ctags:master.

@codecov
Copy link

codecov bot commented Jan 2, 2021

Codecov Report

Merging #2782 (313fd65) into master (3163a81) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2782   +/-   ##
=======================================
  Coverage   86.94%   86.94%           
=======================================
  Files         193      193           
  Lines       41083    41083           
=======================================
  Hits        35721    35721           
  Misses       5362     5362           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3163a81...313fd65. Read the comment docs.

@masatake masatake merged commit 53f9b43 into universal-ctags:master Jan 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants