Skip to content

Commit

Permalink
Migrate to new spoom srb coverage command (#9898)
Browse files Browse the repository at this point in the history
* Migrate to new `spoom srb coverage` command

* Missed a couple of instances
  • Loading branch information
JamieMagee authored Jun 4, 2024
1 parent c20c787 commit 544fe20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sorbet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:

- run: bundle exec srb tc

- run: bundle exec spoom coverage
- run: bundle exec spoom srb coverage

- run: |
bundle exec spoom srb bump --from=false --to=true --dry
bundle exec spoom srb bump --from=true --to=strict --dry
bundle exec spoom srb bump --from=strict --to=strong --dry
- run: bundle exec spoom coverage timeline --save
- run: bundle exec spoom srb coverage snapshot --save

- if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
Expand Down
2 changes: 1 addition & 1 deletion script/generate-coverage-report
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ done
echo Download complete

echo Generating coverage report
bundle exec spoom coverage report
bundle exec spoom srb coverage report

0 comments on commit 544fe20

Please sign in to comment.