We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca3c70 commit 84bea34Copy full SHA for 84bea34
.github/workflows/ci-build.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install GitVersion
29
uses: gittools/actions/gitversion/setup@v3.1.1
30
with:
31
- versionSpec: '6.x'
+ versionSpec: '6.0.5'
32
33
- name: Determine Version
34
id: gitversion
@@ -54,4 +54,4 @@ jobs:
54
CODACY_PROJECT_NAME: ${{ secrets.CODACY_PROJECT_NAME }}
55
CODACY_API_TOKEN: ${{ secrets.CODACY_API_TOKEN }}
56
run: |
57
- bash <(curl -Ls https://coverage.codacy.com/get.sh) report $(find . -name '*.opencover.xml' -printf '-r %p ')
+ bash <(curl -Ls https://coverage.codacy.com/get.sh) report $(find . -name '*.opencover.xml' -printf '-r %p ')
0 commit comments