|
@@ -43,13 +43,6 @@ jobs:
|
|
|
env:
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
|
|
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
|
|
- - name: Upload code coverage report
|
|
|
- id: codacyCoverageReporter
|
|
|
- if: "github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'pr:safe')"
|
|
|
- run: bash <(curl -Ls https://coverage.codacy.com/get.sh)
|
|
|
- env:
|
|
|
- CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
|
|
|
- continue-on-error: true
|
|
|
- name: Draft a release
|
|
|
if: startsWith(github.ref, 'refs/tags/')
|
|
|
uses: softprops/action-gh-release@v1
|