Skip to content

Commit

Permalink
Merge pull request #251 from eseiler/infra/coverage
Browse files Browse the repository at this point in the history
[INFRA] Coverage
  • Loading branch information
eseiler authored Aug 15, 2024
2 parents d2b2dd2 + 2cb9e19 commit cb6fe0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
--exclude ${GITHUB_WORKSPACE}/src/util \
--exclude-lines-by-pattern '^\s*$' \
--exclude-lines-by-pattern '^\s*};$' \
--exclude-lines-by-pattern '^\s*\.[^\s]* = .*[\n,]$' \
--exclude-lines-by-pattern '^\s*\.[^\s]* = .*}\);$' \
--exclude-lines-by-pattern '^\s*\.[^\s]* =(\s+\".*\")+' \
--exclude-unreachable-branches \
--exclude-throw-branches \
--exclude-noncode-lines \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
deploy_host: ${{ secrets.DEPLOY_HOST }}
deploy_user: ${{ secrets.DEPLOY_USER }}
deploy_ssh_key: ${{ secrets.DEPLOY_SSH_KEY }}
source_path_user_doc: build/doc/html
source_path_user_doc: build/doc/html/
deploy_path_user_doc: ${{ secrets.DEPLOY_PRODUCTION_BASE_PATH }}/main
delete:
name: Delete Preview
Expand Down

0 comments on commit cb6fe0a

Please sign in to comment.