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 1a06053 commit 7bb9a6cCopy full SHA for 7bb9a6c
.github/workflows/build.yml
@@ -61,6 +61,7 @@ jobs:
61
shell: pwsh
62
- name: 📢 Publish artifacts
63
uses: ./.github/actions/publish-artifacts
64
+ if: always()
65
- name: 📢 Publish code coverage results to codecov.io
66
run: ./azure-pipelines/publish-CodeCov.ps1 -CodeCovToken "${{ env.codecov_token }}" -PathToCodeCoverage "${{ runner.temp }}/_artifacts/coverageResults" -Name "${{ runner.os }} Coverage Results" -Flags "${{ runner.os }}"
67
0 commit comments