From 6991fe73fa0c3a6db66eda29334061b38ba86539 Mon Sep 17 00:00:00 2001 From: Henning Kasch Date: Thu, 25 Feb 2021 09:08:12 +0100 Subject: [PATCH] Hide .codeclimate.yml --- templates/cpp/codefreak.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/cpp/codefreak.yml b/templates/cpp/codefreak.yml index 35a6df8..d88b45e 100644 --- a/templates/cpp/codefreak.yml +++ b/templates/cpp/codefreak.yml @@ -3,6 +3,7 @@ title: Program in C++ description: "# C++ Task Example\n\nThis is a basic C++ task to get you started quickly with Code FREAK.\n\nTo turn this into a useful programming exercise, you have to do the following.\n\n## Provide Code to Students\n\nIf you do not want your students to start completely from scratch, provide some scaffolding code. Look into `src` for some inspiration.\n\n## Setup Automatic Evaluation\n\nThis example comes with a pre-configured evaluation step. You can see it in the _Evaluation_ tab. To try it out, enter _testing mode_ and start the evaluation.\n\n### Unit Tests\n\nUnit tests are your main instrument for automatically validating your students' answers. To get started, look into `test` for example test cases.\n\nThe standard testing framework for C++ is googletest. Refer to the [official documentation](https://github.com/google/googletest) for more information.\n\n## Provide Instructions\n\nClick on this text to edit it. Here you describe to your students what they have to do.\n" hidden: - test/** +- .codeclimate.yml protected: - CMakeLists.txt evaluation: