Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Svinokur authored Aug 13, 2024
1 parent 80ab152 commit 6b6637f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@ jobs:
# Run tests and generate coverage report
- name: Run tests
run: |
cd selenium_driver_updater/
pytest --cov=. --cov-report=xml
# Upload coverage report
- name: Upload coverage report
uses: actions/upload-artifact@v2
with:
name: coverage-report
path: selenium_driver_updater/coverage.xml
path: coverage.xml

# Run SonarQube scan
- uses: sonarsource/sonarqube-scan-action@master
Expand Down

0 comments on commit 6b6637f

Please sign in to comment.