Skip to content

Commit b8917ec

Browse files
authored
Merge pull request #84 from sandialabs/one-last-badge
Add a badge for the CodeQL action
2 parents 25b3371 + 2d77837 commit b8917ec

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![Code Style: black](https://img.shields.io/badge/Code%20Style-black-000000.svg)](https://github.com/psf/black)
22
[![codecov](https://codecov.io/gh/sandialabs/reverse_argparse/branch/master/graph/badge.svg?token=FmDStZ6FVR)](https://codecov.io/gh/sandialabs/reverse_argparse)
3+
[![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)
34
[![Conda Version](https://img.shields.io/conda/v/conda-forge/reverse-argparse?label=conda-forge)](https://anaconda.org/conda-forge/reverse-argparse)
45
![Conda Downloads](https://img.shields.io/conda/d/conda-forge/reverse-argparse?label=conda-forge%20downloads)
56
[![Continuous Integration](https://github.com/sandialabs/reverse_argparse/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/sandialabs/reverse_argparse/actions/workflows/continuous-integration.yml)

doc/source/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ reverse_argparse
1212

1313
|Code Style: black|
1414
|codecov|
15+
|CodeQL|
1516
|conda-forge Version|
1617
|conda-forge Downloads|
1718
|Continuous Integration|
@@ -34,6 +35,8 @@ reverse_argparse
3435
:target: https://github.com/psf/black
3536
.. |codecov| image:: https://codecov.io/gh/sandialabs/reverse_argparse/branch/master/graph/badge.svg?token=FmDStZ6FVR
3637
:target: https://codecov.io/gh/sandialabs/reverse_argparse
38+
.. |CodeQL| image:: https://github.com/sandialabs/reverse_argparse/actions/workflows/github-code-scanning/codeql/badge.svg
39+
:target: https://github.com/sandialabs/reverse_argparse/actions/workflows/github-code-scanning/codeql
3740
.. |conda-forge Version| image:: https://img.shields.io/conda/v/conda-forge/reverse-argparse?label=conda-forge
3841
:target: https://anaconda.org/conda-forge/reverse-argparse
3942
.. |conda-forge Downloads| image:: https://img.shields.io/conda/d/conda-forge/reverse-argparse?label=conda-forge%20downloads

0 commit comments

Comments
 (0)