From 48c60f88dfef3463719da1b3b5891aaed976b809 Mon Sep 17 00:00:00 2001 From: nov Date: Wed, 19 Jul 2023 13:14:18 +0900 Subject: [PATCH 1/2] pass all coverage files to coverall --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6984b91..fc3b770 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: if: ${{ matrix.os == 'ubuntu-latest' && matrix.ruby == '3.0' }} with: name: coverage - path: './coverage/lcov/omniauth-oauth2.lcov' + path: coverage/ retention-days: 1 coveralls: @@ -42,8 +42,6 @@ jobs: - uses: actions/download-artifact@v3 with: name: coverage - path: './coverage/lcov/' + path: coverage/ - name: Coveralls GitHub Action uses: coverallsapp/github-action@v2 - with: - file: './coverage/lcov/omniauth-oauth2.lcov' From 81ad9f58e3cc338923ca8dac6a02fcd821624f6b Mon Sep 17 00:00:00 2001 From: nov Date: Wed, 19 Jul 2023 13:37:45 +0900 Subject: [PATCH 2/2] update test targets in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99cce06..fa07d18 100644 --- a/README.md +++ b/README.md @@ -72,4 +72,5 @@ Available as part of the Tidelift Subscription. The maintainers of OmniAuth-OAuth2 and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use. [Learn more.](https://tidelift.com/subscription/pkg/rubygems-omniauth-oauth2?utm_source=undefined&utm_medium=referral&utm_campaign=enterprise) ## Supported Ruby Versions -OmniAuth is tested under 2.5, 2.6, 2.7, truffleruby, and JRuby. + +OmniAuth is tested under 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, truffleruby, and JRuby. \ No newline at end of file