File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5252 - ruby-version : " 3.4"
5353 rails-version : " 7.0"
5454 env :
55- TEST_RESULTS_PATH : coverage/coverage.xml
55+ CODECOV_COVERAGE_PATH : ./ coverage/coverage.xml
5656 steps :
5757 - uses : actions/checkout@v4
5858 - name : Run extension tests
6767 continue-on-error : true
6868 with :
6969 token : ${{ secrets.CODECOV_TOKEN }}
70- files : ${{ env.TEST_RESULTS_PATH }}
70+ files : ${{ env.CODECOV_COVERAGE_PATH }}
Original file line number Diff line number Diff line change @@ -33,3 +33,5 @@ gemspec
3333# We use `send` instead of calling `eval_gemfile` to work around an issue with
3434# how Dependabot parses projects: https://github.com/dependabot/dependabot-core/issues/1658.
3535send ( :eval_gemfile , 'Gemfile-local' ) if File . exist? 'Gemfile-local'
36+
37+ gem "solidus_dev_support" , github : "tvdeyen/solidus_dev_support" , branch : "new-codecov-uploader"
You can’t perform that action at this time.
0 commit comments