Skip to content

Commit

Permalink
sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Apr 30, 2024
1 parent e48949f commit e4e89dd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: unittest-results
path: |
./coverage_unittest.out
./report_unittest.json
path: ./coverage_unittest.out
retention-days: 5
test_db:
runs-on: ubuntu-latest
Expand All @@ -48,9 +46,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: testdb-results
path: |
./coverage_db.out
./report_db.json
path: ./coverage_db.out
retention-days: 5
sonarcloud_analysis:
name: SonarCloud
Expand Down

0 comments on commit e4e89dd

Please sign in to comment.