Skip to content

Commit

Permalink
use coveralls secret
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzedge committed May 9, 2023
1 parent 20f7120 commit 4fa8caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -71,6 +71,6 @@ jobs:
ruby-version: 3.2.2
bundler-cache: true
- name: Run tests
run: bundle exec rspec
run: COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_REPO_TOKEN }} bundle exec rspec
- name: Report test coverage
uses: coverallsapp/github-action@v1

0 comments on commit 4fa8caf

Please sign in to comment.