Skip to content

Commit

Permalink
1706948503
Browse files Browse the repository at this point in the history
  • Loading branch information
azimux committed Feb 3, 2024
1 parent aae5ac6 commit ff63973
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,9 @@ jobs:
run: bundle exec rspec
- name: Run rubocop
run: bundle exec rubocop
- name: Upload coverage directory
if: always()
uses: actions/upload-artifact@v2
with:
name: coverage-report
path: coverage/

0 comments on commit ff63973

Please sign in to comment.