Skip to content

Commit

Permalink
Merge pull request #1 from tom-howlett-sonarsource/change-pokemon
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
tom-howlett-sonarsource authored Mar 23, 2024
2 parents b26dbae + f88dc7d commit 3989641
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ jobs:
- name: Test with pytest
run: |
pytest
- name: SQ Analyse
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
2 changes: 1 addition & 1 deletion pokemon.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Bulbasaur;A strange seed was planted on its back at birth. The plant sprouts and grows with this POKéMON.
Bulbasaur;A strange seed was planted on its back at birth. The plant sprouts and grows with this POKéMON. Hmmm
Ivysaur;When the bulb on its back grows large, it appears to lose the ability to stand on its hind legs.
Venusaur;The plant blooms when it is absorbing solar energy. It stays on the move to seek sunlight.
Charmander;Obviously prefers hot places. When it rains, steam is said to spout from the tip of its tail.
Expand Down
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sonar.projectKey=tom-howlett-sonarsource_python-flask-demo_8b8a16a4-99c6-48d1-a728-ae14e7bdeb50

0 comments on commit 3989641

Please sign in to comment.