Skip to content

Commit

Permalink
lets see if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Feb 17, 2022
1 parent 31cc172 commit ee28b0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,12 @@ jobs:
- run: bundle exec rake db:setup
- run: bundle exec rake db:migrate
- name: Run ${{ matrix.suite }}
# SimpleCov runs with the Cobertura formatter for codeclimate
# CCTR expects a file named cobertura.xml
run: |
bundle exec ${{ matrix.suite }}
$CCTR format-coverage -o coverage/codeclimate.${{ matrix.suite }}.json -t simplecov
cp coverage/coverage.xml ./cobertura.xml
$CCTR format-coverage -o coverage/codeclimate.${{ matrix.suite }}.json -t cobertura
- name: CodeCov Coverage
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit ee28b0f

Please sign in to comment.