Skip to content

Commit 3e7ee11

Browse files
authored
Merge pull request #172 from nov/feature/fix_coverage_artifact_handling
2 parents 4271b35 + 81ad9f5 commit 3e7ee11

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/main.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: ${{ matrix.os == 'ubuntu-latest' && matrix.ruby == '3.0' }}
3232
with:
3333
name: coverage
34-
path: './coverage/lcov/omniauth-oauth2.lcov'
34+
path: coverage/
3535
retention-days: 1
3636

3737
coveralls:
@@ -42,8 +42,6 @@ jobs:
4242
- uses: actions/download-artifact@v3
4343
with:
4444
name: coverage
45-
path: './coverage/lcov/'
45+
path: coverage/
4646
- name: Coveralls GitHub Action
4747
uses: coverallsapp/github-action@v2
48-
with:
49-
file: './coverage/lcov/omniauth-oauth2.lcov'

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ Available as part of the Tidelift Subscription.
7272
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)
7373

7474
## Supported Ruby Versions
75-
OmniAuth is tested under 2.5, 2.6, 2.7, truffleruby, and JRuby.
75+
76+
OmniAuth is tested under 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, truffleruby, and JRuby.

0 commit comments

Comments
 (0)