Skip to content

Commit

Permalink
Remove config related to Sonar (#520)
Browse files Browse the repository at this point in the history
We experimented with using Sonar,
but decided not to continue due to it not working as desired
with our open source workflow.
  • Loading branch information
samuelallan72 authored Aug 2, 2024
1 parent 5144f85 commit d60e511
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,6 @@ jobs:
run: tox -e lint
- name: Run unit tests
run: tox -e unit
- name: Save PR number to file
run: echo ${{ github.event.number }} > PR_NUMBER.txt
- name: Archive PR number
uses: actions/upload-artifact@v4
with:
name: PR_NUMBER
path: PR_NUMBER.txt
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: ./tests/unit/report/coverage.xml

mocked-plans:
name: Mocked plans tests
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/sonar.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions sonar-project.properties

This file was deleted.

0 comments on commit d60e511

Please sign in to comment.