Skip to content

Commit

Permalink
Merge pull request #111 from sandialabs/add-codefactor-badge
Browse files Browse the repository at this point in the history
Add CodeFactor badge
  • Loading branch information
jmgate authored Apr 18, 2024
2 parents 329e1d5 + 91c5557 commit a8b9989
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Code Style: black](https://img.shields.io/badge/Code%20Style-black-000000.svg)](https://github.com/psf/black)
[![codecov](https://codecov.io/gh/sandialabs/reverse_argparse/branch/master/graph/badge.svg?token=FmDStZ6FVR)](https://codecov.io/gh/sandialabs/reverse_argparse)
[![CodeFactor](https://www.codefactor.io/repository/github/sandialabs/reverse_argparse/badge/master)](https://www.codefactor.io/repository/github/sandialabs/reverse_argparse/overview/master)
[![CodeQL](https://github.com/sandialabs/reverse_argparse/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/sandialabs/reverse_argparse/actions/workflows/github-code-scanning/codeql)
[![Conda Version](https://img.shields.io/conda/v/conda-forge/reverse-argparse?label=conda-forge)](https://anaconda.org/conda-forge/reverse-argparse)
![Conda Downloads](https://img.shields.io/conda/d/conda-forge/reverse-argparse?label=conda-forge%20downloads)
Expand Down
6 changes: 6 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ reverse_argparse

|Code Style: black|
|codecov|
|CodeFactor|
|CodeQL|
|conda-forge Version|
|conda-forge Downloads|
Expand All @@ -23,6 +24,7 @@ reverse_argparse
|Linting: Pylint|
|Merged PRs|
|OpenSSF Best Practices|
|OpenSSF Scorecard|
|Platforms|
|pre-commit|
|pre-commit.ci Status|
Expand All @@ -35,6 +37,8 @@ reverse_argparse
:target: https://github.com/psf/black
.. |codecov| image:: https://codecov.io/gh/sandialabs/reverse_argparse/branch/master/graph/badge.svg?token=FmDStZ6FVR
:target: https://codecov.io/gh/sandialabs/reverse_argparse
.. |CodeFactor| image:: https://www.codefactor.io/repository/github/sandialabs/reverse_argparse/badge/master
:target: https://www.codefactor.io/repository/github/sandialabs/reverse_argparse/overview/master
.. |CodeQL| image:: https://github.com/sandialabs/reverse_argparse/actions/workflows/github-code-scanning/codeql/badge.svg
:target: https://github.com/sandialabs/reverse_argparse/actions/workflows/github-code-scanning/codeql
.. |conda-forge Version| image:: https://img.shields.io/conda/v/conda-forge/reverse-argparse?label=conda-forge
Expand All @@ -56,6 +60,8 @@ reverse_argparse
:target: https://github.com/sandialabs/reverse_argparse/pulls?q=is:pr+is:merged
.. |OpenSSF Best Practices| image:: https://bestpractices.coreinfrastructure.org/projects/7632/badge
:target: https://bestpractices.coreinfrastructure.org/projects/7632
.. |OpenSSF Scorecard| image:: https://api.securityscorecards.dev/projects/github.com/sandialabs/reverse_argparse/badge
:target: https://securityscorecards.dev/viewer/?uri=github.com/sandialabs/reverse_argparse
.. |Platforms| image:: https://anaconda.org/conda-forge/reverse-argparse/badges/platforms.svg
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
:target: https://github.com/pre-commit/pre-commit
Expand Down

0 comments on commit a8b9989

Please sign in to comment.