Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwebgr committed May 6, 2024
1 parent b9c68c8 commit 55a641f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
let fs = require('fs');
let issue_number = Number(fs.readFileSync('./coverage.json'));
let issue_number = Number(fs.readFileSync('./coverage/.resultset.json'));
await github.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ jobs:
- name: Run tests
run: bundle exec rake

- name: Save Coverage report
run: |
mkdir -p ./cc
cp /home/runner/work/space_invaders/space_invaders/coverage/.resultset.json ./cc/coverage.json
- uses: actions/upload-artifact@v4
with:
name: coverager
path: cc/
path: coverage/

0 comments on commit 55a641f

Please sign in to comment.