Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
* Changes coveralls in github actions.
* Fixes author facet creation for authors.

Co-Authored-by: Peter Weber <[email protected]>
  • Loading branch information
rerowep committed Feb 12, 2025
1 parent 15ff4ea commit 4e5465e
Show file tree
Hide file tree
Showing 3 changed files with 546 additions and 556 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/continuous-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
run: |
poetry run ./scripts/bootstrap --ci
poetry install --no-root --extras sip2
pip install --upgrade coveralls
- name: Bootstrap deploy
if: ${{ matrix.dependencies == 'deploy' }}
Expand All @@ -70,10 +69,9 @@ jobs:
# output: |
# { "summary": "TEST EXTERNAL FAILED!!!" }

# Send coverage report to Coveralls
- name: Coveralls
uses: coverallsapp/github-action@v2
if: ${{ matrix.dependencies == 'dev' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
run: |
coveralls
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 4e5465e

Please sign in to comment.