Skip to content

Commit

Permalink
Merge 0a1b2f4 into 33ffcdb
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jan 12, 2022
2 parents 33ffcdb + 0a1b2f4 commit c4be454
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -81,5 +81,7 @@ jobs:
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.xml
if: ${{ matrix.python-version == '3.7' }}
env:
secrets.CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
if: "${{ (matrix.python-version == '3.7') && (!!env.CODACY_PROJECT_TOKEN) }}"

1 change: 1 addition & 0 deletions HISTORY.rst
Expand Up @@ -49,6 +49,7 @@ Full Change List
- Added section for developers in manual (#267).
- Migrated icons to iconify (#208).
- Bumped chrome-driver version (#208).
- Skipping codacy if token is not defined (#275).

-------
v0.23.9
Expand Down
27 changes: 12 additions & 15 deletions varfish/vueapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c4be454

Please sign in to comment.