From 32c92b1c602de1b0772e7a096e0b309bb0de8c19 Mon Sep 17 00:00:00 2001 From: KeisukeYamashita <19yamashita15@gmail.com> Date: Fri, 12 Mar 2021 20:10:05 +0900 Subject: [PATCH] Fix GitHub CI to GitHub Actions Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a615cdf..eae92a8e 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,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.