Skip to content

Commit

Permalink
Merge pull request #172 from nov/feature/fix_coverage_artifact_handling
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyMcWho committed Jul 19, 2023
2 parents 4271b35 + 81ad9f5 commit 3e7ee11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -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:
Expand All @@ -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'
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -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.

0 comments on commit 3e7ee11

Please sign in to comment.