From ccc757394f9146b6dedc0aaf22ad9228e9ba0e97 Mon Sep 17 00:00:00 2001 From: Martin Schorb <35071867+martinschorb@users.noreply.github.com> Date: Fri, 15 Mar 2024 10:22:04 +0100 Subject: [PATCH] add information on CI timout to README.md (#2) add information on CI timeout to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c62fbf5..b76cbb0 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,8 @@ update (configuration is in `.github/workflows/test_and_deploy.yml`). You can monitor them in the "Actions" tab of your github repository. If you're following along, go have a look... they should be running right now! +Currently, the timeout for these runs is set to 30 minutes to save resources. You can modify the settings if necessary. Here you can find information on [GitHub workflows](https://docs.github.com/en/actions/learn-github-actions) and the [timeout parameter](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes). + When the tests are done, test coverage will be viewable at [codecov.io](https://codecov.io/) (assuming your repository is public): `https://codecov.io/gh//`