.github/workflows/build.yml in legitbot-1.7.1 vs .github/workflows/build.yml in legitbot-1.7.2
- old
+ new
@@ -30,9 +30,13 @@
run: |
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: Run tests
run: bundle exec rake test
+ - name: Upload coverage
+ uses: codecov/codecov-action@v3
+ with:
+ files: coverage/coverage.xml
lint:
needs: test
runs-on: ubuntu-latest