Software Alternatives & Reviews

Containers for Coverage

GitHub Actions Coveralls
  1. Automate your workflow from idea to production
    Pricing:
    • Open Source
    Firstly, Travis CI got too popular and, eventually, removed their free service. And, secondly, GitHub Actions was introduced. Over the last few years, I’ve set up many of my repos to use GitHub Actions for CI. But, basically because I’m lazy, I didn’t remove the Travis CI configuration from those repos.

    #DevOps Tools #Continuous Integration #Continuous Deployment 275 social mentions

  2. Coveralls is a code coverage history and tracking tool that tests coverage reports and statistics for engineering teams.
    Pricing:
    • Open Source
    Several years ago I got into Travis CI and set up lots of my GitHub repos so they automatically ran the tests each time I committed to the repo. Later on, I also worked out how to tie those test runs into Coveralls.io so I got pretty graphs of how my test coverage was looking. I gave a talk about what I had done.

    #Code Coverage #Code Quality #Code Analysis 13 social mentions

Discuss: Containers for Coverage

Log in or Post with