Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
wbooth authored Dec 17, 2021

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
1 parent f373cc1 commit b5c8df5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -32,6 +32,8 @@ jobs:
env:
TOXENV: ${{ matrix.toxenv }}
run: tox
- uses: codecov/codecov-action@v1
with:
files: ./coverage.xml
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit b5c8df5

Please sign in to comment.