Skip to content

How to skip an analysis?#

By default, Codacy automatically analyzes a repository whenever you push changes. However, you can override this behavior by adding one of the "skip" tags - [ci skip], [skip ci], [codacy skip] or [skip codacy] - anywhere in the subject or body of the commit message. For example:

git commit -a -m "Add eslint-plugin-chai-expect version 1.1.1 [ci skip]"

If you later decide to analyze a skipped commit, you can override any skip tags by reanalyzing the commit.

Note

This feature isn't supported for pull requests.

Share your feedback 📢

Did this page help you?

Thanks for the feedback! Is there anything else you'd like to tell us about this page?

We're sorry to hear that. Please let us know what we can improve:

Alternatively, you can create a more detailed issue on our GitHub repository.

Thanks for helping improve the Codacy documentation.

Edit this page on GitHub if you notice something wrong or missing.

If you have a question or need help please contact support@codacy.com.

Last modified January 25, 2023