Skip to content

Commit

Permalink
Hide .codeclimate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningCash authored Feb 25, 2021
1 parent a775e91 commit 6991fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/cpp/codefreak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6991fe7

Please sign in to comment.