Rename master to main in Coveralls.io badge.

This commit is contained in:
Martin Liska 2021-05-17 10:22:40 +02:00
parent 77cfc667c9
commit 612bd2f243
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
![Build and Test](https://github.com/rpm-software-management/rpmlint/workflows/Build%20and%20Test/badge.svg)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/rpm-software-management/rpmlint.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/rpm-software-management/rpmlint/alerts/)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/rpm-software-management/rpmlint.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/rpm-software-management/rpmlint/context:python)
[![Coverage Status](https://coveralls.io/repos/github/rpm-software-management/rpmlint/badge.svg?branch=master)](https://coveralls.io/github/rpm-software-management/rpmlint?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/rpm-software-management/rpmlint/badge.svg?branch=main)](https://coveralls.io/github/rpm-software-management/rpmlint?branch=main)
`rpmlint` is a tool for checking common errors in RPM packages.
`rpmlint` can be used to test individual packages before uploading or to check
@ -123,4 +123,4 @@ The location of `rpmlintrc` can be set using `--rpmlintrc` option. Or you can ha
`*-rpmlintrc` file in the current working directory. The best practice is to store the name in `$PACKAGE_NAME.rpmlintrc`.
`setBadness` overrides a default badness for a given check and `addFilter` ignores all errors
that match the given regular expression.
that match the given regular expression.