Skip to content

Commit

Permalink
tmp remove coverage update for sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
fschuch committed May 22, 2024
1 parent 526ad03 commit 7f181ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Download coverage data
uses: actions/download-artifact@v4
with:
pattern: coverage-*
merge-multiple: true
# - name: Download coverage data
# uses: actions/download-artifact@v4
# with:
# pattern: coverage-*
# merge-multiple: true
- name: Set project version
run: |
REF=${{ github.ref }}
Expand Down

0 comments on commit 7f181ef

Please sign in to comment.