Skip to content

Commit

Permalink
Merge branch '70-support-did-in-generated-gaia-x-credentials_task2' o…
Browse files Browse the repository at this point in the history
…f github.com:SovereignCloudStack/gx-credential-generator into 70-support-did-in-generated-gaia-x-credentials_task2
  • Loading branch information
anjastrunk committed Jun 3, 2024
2 parents cab2b32 + 2ebd78e commit e6f882f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
14 changes: 9 additions & 5 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[run]
omit =
tests/*
generator/common/gx_schema.py
generator/vendor/*
branch = True
source = generator/

[report]
show_missing = True
skip_empty = True
omit = generator/vendor/*

[xml]
output = coverage.xml
8 changes: 7 additions & 1 deletion .github/workflows/build-python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ permissions:
jobs:
build-python-app:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -59,4 +61,8 @@ jobs:
if: ${{ !cancelled() && github.event_name == 'pull_request' }}
with:
recreate: true
path: code-coverage-results.md
path: code-coverage-results.md

- name: Write to Job Summary
if: ${{ !cancelled() }}
run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ node_modules
.gx-credentials/
*.tar.gz
htmlcov
.gx-credentials
# Make sure credentials not push to the repo
os_secret
k8s_secret
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ referencing==0.34.0
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
requests==2.32.0
# via
# -r requirements.in
# curies
Expand Down

0 comments on commit e6f882f

Please sign in to comment.