Skip to content

Commit

Permalink
[REGRESSION] debug churn x2 (- WIP #46 & #49 -)
Browse files Browse the repository at this point in the history
### ChangeLog:

Changes in file .github/workflows/Tests.yml:
 jobs:
  • Loading branch information
reactive-firewall committed Aug 27, 2024
1 parent 54492c4 commit 8c0fa3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,13 +329,11 @@ jobs:
shell: bash
run: |
if [ $OS == ubuntu-latest ] ; then ./cc-test-reporter after-build --exit-code 0 || true ; else echo "SKIP code climate" ; fi ;
if: ${{ !cancelled() }}
- name: deepsource for ${{ matrix.python-version }}
if: ${{ runner.os }} == "Linux"
shell: bash
run: |
if [ $OS == ubuntu-latest ] ; then ./bin/deepsource report --analyzer test-coverage --key python --value-file ./coverage.xml 2>/dev/null || true ; else echo "SKIP deepsource" ; fi ;
if: ${{ !cancelled() }}
- name: Post-Clean
id: post
run: make -j1 -f Makefile clean || true ;
Expand Down

0 comments on commit 8c0fa3c

Please sign in to comment.