Skip to content

Commit 17443dc

Browse files
authored
Merge pull request #1 from IdentityPython/develop
Part of the initial restructuring.
2 parents 3571197 + 70389d6 commit 17443dc

File tree

208 files changed

+497
-39832
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+497
-39832
lines changed

.github/workflows/python-app.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a single version of Python
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: oidc-op
4+
name: idpy-oidc
55

66
on:
77
push:
@@ -37,16 +37,16 @@ jobs:
3737
- name: Lint with flake8
3838
run: |
3939
# stop the build if there are Python syntax errors or undefined names
40-
flake8 src/oidcop --count --select=E9,F63,F7,F82 --show-source --statistics
40+
flake8 src/idpyoidc --count --select=E9,F63,F7,F82 --show-source --statistics
4141
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
42-
flake8 src/oidcop --max-line-length 120 --count --exit-zero --statistics
42+
flake8 src/idpyoidc --max-line-length 120 --count --exit-zero --statistics
4343
4444
- name: Test with pytest
4545
run: |
46-
pytest --cov=oidcop tests/
46+
pytest --cov=idpyoidc tests/
4747
- name: Bandit Security Scan
4848
run: |
49-
bandit --skip B105,B106,B107 -r src/oidcop/
49+
bandit --skip B105,B106,B107 -r src/idpyoidc/
5050
#- name: Upload coverage to Codecov
5151
#uses: codecov/codecov-action@v1
5252
#with:
-7.23 KB
Binary file not shown.
-4.21 KB
Binary file not shown.
-9.01 KB
Binary file not shown.
Binary file not shown.
-4.83 KB
Binary file not shown.
-93.3 KB
Binary file not shown.
Binary file not shown.
-11.2 KB
Binary file not shown.
-92.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)