About me
Settings
Info

Hage Yaapa

Seeker of knowledge, hacker of things. Lover of cats. Owner of unmatched enthusiasm.

www.hacksparrow.com
Copyright © 2021 Hage Yaapa

    Subscribe to my newsletter.

    • Home
    • webdev
    • tools-services

    Web Development Tools and Services

    Articles about various tools and services related to Web development.
    • Codecov always shows 100% incorrectly

      Some test coverage reporters cannot see statements on the same line as a condition and will generate a wrong report, therefore use curly brackets with conditions. Besides, this approach results in ne...

      Nov 24, 2019
    • Continuous Integration with CircleCI, ESLint, Mocha, Istanbul, and Codecov for Node.js projects

      In this tutorial, I will show you how to set up the combo of linting, testing, test coverage, and CI for a Node.js project using ESLint, Mocha, Istanbul, Codecov, and CircleCI.

      Nov 25, 2019
    • How to set GitHub Actions secrets

      To add GitHub Actions secrets for a repository, got to its Settings page, then select the Secrets tab, then click on the Add a new secret text button.

      Dec 1, 2019
    • GitHub Actions: Understanding Workflow, Jobs, Steps, and Actions

      A workflow is a predefined set of operations that are performed in response to one or more GitHub events. Each workflow is composed of a series of dependent or independent jobs, where each step of th...

      Nov 30, 2019
    Copyright © 2021 Hage Yaapa