From 1b5fd59cd9a2961e3e24b67986ddb85378eda85a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 1 Nov 2021 10:23:48 +0000 Subject: [PATCH] Update docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a6ae6e..376f26d 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ will check `${asdf-system}-test`, `${asdf-system}-tests`, `${asdf-system}/test` and `${asdf-system}/tests`. And if none of them found - fall back to `${asdf-system}`. -Please, note, that `(asdf:test-system :your-system-name)` -should signal error in case if some tests were failed. Only +**Please, note, that `(asdf:test-system :your-system-name)` +should signal error in case if some tests were failed.** Only in this case action will exit with error code. @@ -124,7 +124,7 @@ Here is an example how your report on Coveralls can look like: https://coveralls.io/github/40ants/cl-info -Note, that coverage reporting currently works only on `SBCL` and `CCL` 1.4. +**Note**, that coverage reporting currently works only on `SBCL` and `CCL` 1.4. You can contribute support for other implementations to [cl-coveralls][9031].