Skip to content

Commit

Permalink
chore: sonarcloud for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev committed Oct 22, 2024
1 parent a890544 commit 2c6f2af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
name: Check commit messages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
with:
cache: pip # caching pip dependencies
- run: pip install commitizen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: release-please
id: release
uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4
uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4
with:
release-type: maven
target-branch: main
4 changes: 2 additions & 2 deletions QUICK_START.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ ch.sbb.polarion.extension.pdf-exporter.weasyprint.service=http://localhost:9080

## Restart Polarion

Stop Polarion.
Delete the `<polarion_home>/data/workspace/.config` folder.
Stop Polarion.
Delete the `<polarion_home>/data/workspace/.config` folder.
Start Polarion.

## Configure PDF Exporter for Live Reports
Expand Down

0 comments on commit 2c6f2af

Please sign in to comment.