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

Fix pulling main branch for code coverage #112

Merged
merged 1 commit into from Mar 13, 2022

Commits on Mar 13, 2022

  1. Fix pulling main branch for code coverage

    After the branch renaming from 'master' to 'main' in 0.2.0 per spdx#69,
    the tests were being run by GitHub Actions on the 'main' branch.
    However, the code coverage tooling appears to still have been
    pulling the old 'master' branch and therefore was not including
    later changes such as the new JSON code. This PR fixes this by
    changing the branch name in the GitHub Actions config file.
    
    Signed-off-by: Steve Winslow <steve@swinslow.net>
    swinslow committed Mar 13, 2022
    Copy the full SHA
    dfc39ff View commit details
    Browse the repository at this point in the history