File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,11 @@ jobs:
53
53
ruby : " 2.5"
54
54
gemfile : " gemfiles/openssl.gemfile"
55
55
experimental : false
56
- - os : ubuntu-latest
57
- ruby : " truffleruby-head"
58
- gemfile : " gemfiles/standalone.gemfile"
59
- experimental : true
56
+ # Disable temporarily due to `ArgumentError: circular causes` error
57
+ # - os: ubuntu-latest
58
+ # ruby: "truffleruby-head"
59
+ # gemfile: "gemfiles/standalone.gemfile"
60
+ # experimental: true
60
61
- os : ubuntu-latest
61
62
ruby : " head"
62
63
gemfile : " gemfiles/standalone.gemfile"
@@ -96,13 +97,11 @@ jobs:
96
97
97
98
- name : Download coverage reports from the test job
98
99
uses : actions/download-artifact@v4
99
- with :
100
- merge-multiple : true
101
100
102
101
- uses : qltysh/qlty-action/coverage@main
103
102
with :
104
103
token : ${{ secrets.QLTY_COVERAGE_TOKEN }}
105
- files : coverage/*.json
104
+ files : coverage-* /*.json
106
105
107
106
smoke :
108
107
name : Built GEM smoke test
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Gem Version] ( https://badge.fury.io/rb/jwt.svg )] ( https://badge.fury.io/rb/jwt )
4
4
[ ![ Build Status] ( https://github.com/jwt/ruby-jwt/actions/workflows/test.yml/badge.svg?branch=main )] ( https://github.com/jwt/ruby-jwt/actions )
5
+ [ ![ Maintainability] ( https://qlty.sh/badges/6f61c5a6-6e23-41a7-8896-a3ce8b006655/maintainability.svg )] ( https://qlty.sh/gh/jwt/projects/ruby-jwt )
6
+ [ ![ Code Coverage] ( https://qlty.sh/badges/6f61c5a6-6e23-41a7-8896-a3ce8b006655/test_coverage.svg )] ( https://qlty.sh/gh/jwt/projects/ruby-jwt )
5
7
6
8
A ruby implementation of the [ RFC 7519 OAuth JSON Web Token (JWT)] ( https://tools.ietf.org/html/rfc7519 ) standard.
7
9
You can’t perform that action at this time.
0 commit comments