.github/workflows/ruby.yml in runger_actions-0.19.0 vs .github/workflows/ruby.yml in runger_actions-0.19.1
- old
+ new
@@ -21,5 +21,9 @@
run: grep alpha $(find . -type f -name version.rb)
- name: Ensure no git diff
run: git diff --exit-code && git diff-index --quiet --cached HEAD
- name: Ensure "## Unreleased" is in CHANGELOG.md
run: grep "^## Unreleased" CHANGELOG.md
+ - name: Upload Code Coverage
+ uses: codecov/codecov-action@v3
+ with:
+ directory: tmp/simple_cov