Skip to content

Commit

Permalink
check docs coverage in CI build
Browse files Browse the repository at this point in the history
Add `--disable-frozen-string-literal` for the docs command otherwise
YARD throws [error]: FrozenError: can't modify frozen String: ""
  • Loading branch information
nitishr authored and floehopper committed Feb 24, 2025
1 parent 1d919d9 commit 544b979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- run: bundle exec rake test:performance
- run: MOCHA_GENERATE_DOCS=1 bundle install --gemfile=<< parameters.gemfile >>
- run: MOCHA_GENERATE_DOCS=1 rake yardoc
- run: RUBYOPT=--disable-frozen-string-literal MOCHA_GENERATE_DOCS=1 rake yardoc docs:coverage
lint:
docker:
- image: ruby:3.3
Expand Down

0 comments on commit 544b979

Please sign in to comment.