File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 54
54
- name : Run tests
55
55
run : tox
56
56
57
+ - name : SonarCloud Scan
58
+ uses : SonarSource/sonarcloud-github-action@master
59
+ env :
60
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
61
+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 1
1
# DSP - Disciplined Saddle Programming
2
- [ ![ build] ( https://github.com/cvxgrp/dsp/actions/workflows/build .yml/badge.svg )] ( https://github.com/cvxgrp/dsp/actions/workflows/build .yml )
3
- [ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=dsp &metric=coverage )] ( https://sonarcloud.io/summary/new_code?id=dsp )
2
+ [ ![ build] ( https://github.com/cvxgrp/dsp/actions/workflows/test .yml/badge.svg )] ( https://github.com/cvxgrp/dsp/actions/workflows/test .yml )
3
+ [ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=cvxgrp_dsp &metric=coverage )] ( https://sonarcloud.io/summary/new_code?id=cvxgrp_dsp )
4
4
5
5
A CVXPY extension for Disciplined Saddle Programming.
6
6
DSP allows solving convex-concave saddle point problems, and more generally
Original file line number Diff line number Diff line change 1
- sonar.projectKey =dsp
1
+ sonar.projectKey =cvxgrp_dsp
2
2
sonar.organization =cvxgrp
3
3
sonar.sources =dsp
4
4
sonar.language =py
You can’t perform that action at this time.
0 commit comments