Skip to content

Commit 887c4dd

Browse files
authored
Merge pull request #14357 from Mab879/remove_qlty_gate
Remove Qlty from gating
2 parents 7232017 + 59489d5 commit 887c4dd

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/gate_fedora.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,5 @@ jobs:
7373
working-directory: ./build
7474
- name: "Set git safe directory, ref: https://github.com/actions/checkout/issues/760"
7575
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
76-
- name: Upload coverage to Qlty # Requires: git package
77-
if: ${{ github.repository == 'ComplianceAsCode/content' }}
78-
uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0
79-
with:
80-
token: qltcp_kdIPsqNZzW5rYoxq
81-
files: build/tests/coverage.xml
82-
strip-prefix: /__w/content/content
8376
- name: Validate gitmailmap
8477
run: grep -E "\S" .mailmap | grep -Ev '^#' | git check-mailmap --stdin

0 commit comments

Comments
 (0)