.github/workflows/codecov.yml in easy-jsonapi-1.0.3 vs .github/workflows/codecov.yml in easy-jsonapi-1.0.4
- old
+ new
@@ -23,7 +23,8 @@
- name: Run test cases
run: |
gem install bundler
bundler install
bundle exec rspec
+ bash <(curl -s https://codecov.io/bash)
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}