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

Update GitHub actions for coveralls #584

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 3, 2023

  1. .gitignore: Ignore test-init.sh generated in srcdir

    Autotools leaves the generated file behind if ./configure is run in
    the current source directory.
    
    Signed-off-by: Daiki Ueno <[email protected]>
    ueno committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    38938e0 View commit details
    Browse the repository at this point in the history
  2. .github/workflows: Bump coveralls GitHub action requirement to v2

    With the v1 version, we get the following warning:
    
      Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
    
    Signed-off-by: Daiki Ueno <[email protected]>
    ueno committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    21f68e5 View commit details
    Browse the repository at this point in the history