Skip to content

Commit

Permalink
fix(ci): configure coverage triggers (#67)
Browse files Browse the repository at this point in the history
* feat: added sonarcloud action

* feat: added sonarcloud project properties

* changed sonarcloud project properties

* changed README.md

* debug reports coverage

* added coverage config

* restore coverage flag

* remove unnecessary todos

* test coverage drop

* tuned verbose

* rollback testing trigger

Co-authored-by: arturlazarenkoemnify <artur.lazarenko@iternal.group>
  • Loading branch information
Th3Un1q3 and ArturLazarenko authored Jun 20, 2022
1 parent 709d5f6 commit ff1deae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ source = .
[report]
omit = docs/*, tests/*

[xml]
2 changes: 0 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
push:
branches:
- main
# TODO: remove temporary credential
- feature/sonarcloud-action
pull_request:
branches:
- '*'
Expand Down
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ sonar.projectKey=EMnify_emnify-sdk-python
sonar.organization=emnify
sonar.sources=emnify
sonar.tests=tests
sonar.verbose=true

sonar.python.coverage.reportPaths=coverage.xml

0 comments on commit ff1deae

Please sign in to comment.