Skip to content

Commit

Permalink
testung
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwebgr committed May 6, 2024
1 parent 600a3da commit d363795
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Coveralls
on:
workflow_run:
workflows: [Ruby]
types: [completed]

jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Coveralls
uses: coverallsapp/github-action@v2
8 changes: 0 additions & 8 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,3 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake
# - name: SimpleCov+ Action
# uses: joshmfrankel/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]
with:
parallel: true

0 comments on commit d363795

Please sign in to comment.