Skip to content

richelbilderbeek/correct_cpp_scoreboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

correct_cpp_scoreboard

Branch Travis CI Codecov
master Build Status codecov.io

Correct C++ chapter 'Scoreboard'.

⚠️ this course does not work until I've updated the scripts to use GitHub Actions ⚠️

Goal

Prerequisites

  • A GitHub account
  • A Travis CI account

Exercise

  • Within (only) this file (README.md):
    • Replace all richelbilderbeek/correct_cpp_ s by [your_github_username]/correct_cpp_, even in this line 👍
    • The link to Correct C++ should still point to richelbilderbeeks version, even in this line 👍
Chapter Travis CI logo Codecov logo
hello Build Status codecov.io
hello_world Build Status codecov.io
hello_cli Build Status codecov.io
show_args Build Status codecov.io
is_odd Build Status codecov.io
bool_to_coin Build Status codecov.io
int_to_word Build Status codecov.io
is_prime Build Status codecov.io
is_perfect Build Status codecov.io
is_even Build Status codecov.io
euler_1 Build Status codecov.io
euler_2 Build Status codecov.io
🚧 hello_sfml Build Status codecov.io
🚧 hello_qt Build Status codecov.io
🚧 to_morse Build Status codecov.io

This is how this course works:

  1. Login to GitHub
  2. Fork this repository. See fork a chapter for help
  3. Clone your fork. See clone your fork for help
  4. Activate Travis CI for your GitHub. See activate for help
  5. On your local code, modify the README: replace richelbilderbeek/correct_cpp_ by [your_github_username]/correct_cpp_
  6. On your local code, Do the exercise
  7. Push your code. See push your code for help
  8. Travis will now correct your GitHub If you did everything correctly, the build status of your fork will become green. Well done! Else, click on the red build status badge to view the Travis CI log

External links