Skip to content

Commit

Permalink
x1
Browse files Browse the repository at this point in the history
  • Loading branch information
mihakralj committed Sep 23, 2024
1 parent cee4544 commit 7c99211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ jobs:
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: "coveragereport/*cover*"
coverage-reports: "coveragereport/Cobertura.xml"

- name: Upload coverage to Codecov
if: github.ref == 'refs/heads/dev'
uses: codecov/codecov-action@v3
with:
files: coveragereport/*cover*
files: coveragereport/Cobertura.xml
verbose: true

- name: Finish Sonar analysis
Expand Down

0 comments on commit 7c99211

Please sign in to comment.