Skip to content

Commit

Permalink
Merge pull request #12 from devedse/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-3

Bump codecov/codecov-action from 2 to 3
  • Loading branch information
devedse authored Jan 21, 2023
2 parents 7d0ff4e + c93036f commit aba7674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/githubactionsbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: dotnet-sonarscanner end /d:sonar.login=${{secrets.SONARQUBETOKEN}}
- name: Run CodeCov #codecov -f ".\DeveImageOptimizer.Tests\TestResults\Coverage\coverage.opencover.xml"
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
#token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: .\DeveImageOptimizer.Tests\TestResults\Coverage\coverage.opencover.xml # optional
Expand Down

0 comments on commit aba7674

Please sign in to comment.