Skip to content

Commit

Permalink
Update codacy_coverage_reporter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hexu33 authored Jun 6, 2023
1 parent a1fe329 commit 28378e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codacy_coverage_reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
workflow: ci.yml
workflow_conclusion: "success"
branch: messaging_refactor_release2nd
event: pull_request
event: push
name: coverage

- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.xml
coverage-reports: coverage.xml

0 comments on commit 28378e7

Please sign in to comment.