Skip to content

Commit

Permalink
docs: Fix GitHub CI to GitHub Actions (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
KeisukeYamashita committed Feb 27, 2023
1 parent 6e4056e commit ad62194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -120,7 +120,7 @@ The "Coveralls Finished" step needs to run after all other steps have completed;

1. A new function `f` without test coverage is added.
2. The changes are committed and pushed to a new branch "function/f"
3. The Action runs on GitHub CI.
3. The workflow runs on GitHub Actions.
4. The commit on GitHub shows a new check for Coveralls with details "First build on function-f at 92.0%", and links to the Job on Coveralls.
5. Line-by-line results indicate the new function is missing coverage.
6. Create a pull request with the new branch.
Expand Down

0 comments on commit ad62194

Please sign in to comment.