ci: remove tests, redundant with coverage

This commit is contained in:
2026-03-14 01:03:03 +01:00
parent 79a11cb82d
commit 04af319f91

View File

@@ -40,18 +40,14 @@ jobs:
run: | run: |
nix develop --no-pure-eval --accept-flake-config --command just build-release nix develop --no-pure-eval --accept-flake-config --command just build-release
- name: Tests - name: Lint
run: | run: |
nix develop --no-pure-eval --accept-flake-config --command just test nix develop --no-pure-eval --accept-flake-config --command just lint-report
- name: Coverage - name: Coverage
run: | run: |
nix develop --no-pure-eval --accept-flake-config --command just coverage-ci nix develop --no-pure-eval --accept-flake-config --command just coverage-ci
- name: Lint
run: |
nix develop --no-pure-eval --accept-flake-config --command just lint-report
- name: Sonar analysis - name: Sonar analysis
uses: SonarSource/sonarqube-scan-action@v6 uses: SonarSource/sonarqube-scan-action@v6
env: env:
@@ -62,7 +58,7 @@ jobs:
run: nix build --no-pure-eval --accept-flake-config run: nix build --no-pure-eval --accept-flake-config
- name: Package Linux binary - name: Package Linux binary
run: zip jj-cz-linux-x86_64.zip result/bin/jj-cz LICENSE.GPL.md LICENSE.MIT.md run: mv result/bin/jj-cz && zip jj-cz-linux-x86_64.zip jj-cz LICENSE.GPL.md LICENSE.MIT.md
- name: Upload Linux artifact - name: Upload Linux artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3