Skip to content

Commit

Permalink
Fix CC coverge type
Browse files Browse the repository at this point in the history
  • Loading branch information
dracco1993 committed May 15, 2024
1 parent a62c780 commit 242ce25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Publish code coverage
run: |
export GIT_BRANCH="${GITHUB_REF/refs\/heads\//}"
./cc-test-reporter after-build -r ${{secrets.CC_TEST_REPORTER_ID}}
./cc-test-reporter after-build -r ${{secrets.CC_TEST_REPORTER_ID}} --coverage-input-type simplecov
# - name: Keep screenshots from failed system tests
# uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 242ce25

Please sign in to comment.