Skip to content

Commit

Permalink
fix: Broken codecov uploading because things
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Apr 16, 2024
1 parent 4a1ab67 commit aa677da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ jobs:
- run: bundle exec rspec --tty --color --format doc --tag type:feature ./spec
env:
COVERAGE_NAME: rspec:feature
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

rubocop:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit aa677da

Please sign in to comment.