Automatically run tests, formatters & linters with CI!

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. starter-workflows

    Accelerating new GitHub Actions workflows

    This automation can be done with GitHub Actions. This .github/workflows/ci.yml file below is all that is needed to trigger GitHub Actions to do the following:

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. go-go-web

    Command-line tool that converts TIL posts into .html files.

    This week, I am using Continuous Integration to automatically lint and test my open source project whenever the code is pulled or pushed to GitHub!

  4. ctil

    Another task I completed this week in open source was contributing to Roy's project by adding some unit tests. This was my first time contributing open source code in C++, and I am glad that Roy reached out to collab with me since I've been mostly working with Python/Java/JavaScript these days and I wanted to step out of my comfort zone. Roy created an issue for the tests he required and I submitted my PR which he later merged :)

  5. Google Test

    GoogleTest - Google Testing and Mocking Framework

    Roy's project uses Google Test, a C++ testing framework. His testing setup is similar to mine as we both keep source files in one directory and tests in another. The key difference is that I can run the tests using the Visual Studios run button. It was fairly easy to write the new tests as there were existing ones that I could reference to check the syntax!

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Proposed Perl Changes (part 2)

    7 projects | dev.to | 2 Feb 2025
  • Automate API Testing with Hoppscotch and GitHub Actions

    4 projects | dev.to | 19 Jan 2025
  • StyleSpark: Analyzing and Matching Code to Iconic Programming Styles using GitHub Actions

    4 projects | dev.to | 19 Jan 2025
  • dnSpyEx: .NET Debugger and Assembly Editor

    2 projects | news.ycombinator.com | 15 Jan 2025
  • ¿Qué es CI/CD y cómo puede acelerar tus despliegues en minutos?

    2 projects | dev.to | 2 Jan 2025

Did you know that C++ is
the 7th most popular programming language
based on number of references?