Skip to content

Commit

Permalink
Update codecov CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hbiede committed Jun 4, 2024
1 parent e9e0eb3 commit d249d9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
run: bundle exec rake
shell: bash
- name: Upload Test Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
directory: ./coverage
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d249d9d

Please sign in to comment.