File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1414# https://github.com/actions/setup-python
1515# https://github.com/marketplace/actions/codecov
1616# https://github.com/marketplace/actions/code-climate-coverage-action
17- # https://docs.codeclimate.com/docs/github-actions-test-coverage
1817# https://github.com/marketplace/actions/trufflehog-oss
1918
2019jobs :
7170 flags : unittests
7271 name : yawsso
7372
74- - name : Publish coverage to CodeClimate
75- uses : paambaati/codeclimate-action@v9.0.0
76- env :
77- CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
78- with :
79- coverageLocations : |
80- ${{ github.workspace }}/coverage.xml:coverage.py
81-
8273 - name : Publish coverage to Coveralls
8374 env :
8475 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -12,11 +12,6 @@ codeql:
1212 @codeql database create --source-root yawsso/ --language=python local/codeqldb --overwrite
1313 @codeql query run -d local/codeqldb/ ~ /Projects/oss/codeql/python/ql/src/Security/CWE-312/CleartextLogging.ql
1414
15- codeclimate :
16- @codeclimate analyze yawsso
17-
18- cc : codeclimate
19-
2015test :
2116 @py.test
2217
Original file line number Diff line number Diff line change 11# yawsso
22
3- [ ![ DOI] ( https://zenodo.org/badge/267410733. svg )] ( https://zenodo .org/badge/latestdoi/267410733 )
3+ [ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.13893205. svg )] ( https://doi .org/10.5281/zenodo.13893205 )
44[ ![ Pull Request Build Status] ( https://github.com/victorskl/yawsso/workflows/Pull%20Request%20Build/badge.svg )] ( https://github.com/victorskl/yawsso/actions/workflows/prbuild.yml )
55[ ![ CodeQL] ( https://github.com/victorskl/yawsso/actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/victorskl/yawsso/actions/workflows/codeql-analysis.yml )
66[ ![ codecov.io] ( https://codecov.io/gh/victorskl/yawsso/coverage.svg?branch=main )] ( https://codecov.io/gh/victorskl/yawsso?branch=main )
77[ ![ coveralls.io] ( https://coveralls.io/repos/github/victorskl/yawsso/badge.svg?branch=main )] ( https://coveralls.io/github/victorskl/yawsso?branch=main )
8- [ ![ codeclimate - Test Coverage] ( https://api.codeclimate.com/v1/badges/44dd1cbae44465118742/test_coverage )] ( https://codeclimate.com/github/victorskl/yawsso/test_coverage )
9- [ ![ codeclimate - Maintainability] ( https://api.codeclimate.com/v1/badges/44dd1cbae44465118742/maintainability )] ( https://codeclimate.com/github/victorskl/yawsso/maintainability )
10- [ ![ snyk] ( https://snyk.io/advisor/python/yawsso/badge.svg )] ( https://snyk.io/advisor/python/yawsso )
11- [ ![ kandi] ( https://img.shields.io/badge/kandi-X--Ray%20Report-ff69b4 )] ( https://kandi.openweaver.com/python/victorskl/yawsso )
128[ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/yawsso?style=flat )] ( https://pypistats.org/packages/yawsso )
139[ ![ PyPI] ( https://img.shields.io/pypi/v/yawsso?style=flat )] ( https://pypi.org/project/yawsso )
1410[ ![ PyPI - License] ( https://img.shields.io/pypi/l/yawsso?style=flat )] ( https://opensource.org/licenses/MIT )
You can’t perform that action at this time.
0 commit comments