Skip to content

Commit

Permalink
Merge branch 'release/5.11.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Oct 25, 2024
2 parents 211c100 + c14abbf commit c3c24b2
Show file tree
Hide file tree
Showing 28 changed files with 353 additions and 144 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,10 @@ jobs:
bundle exec rake geoportal:ci --trace
- name: Artifacts - Upload coverage
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: coverage
path: coverage/
path: |
coverage/
tmp/screenshots/
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
/tmp
jettywrapper.log
*.log
coverage

# Sitemap is generated periodically
public/sitemap.xml*
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ group :test do
gem 'minitest'
gem 'minitest-ci', '~> 3.4.0'
gem 'minitest-reporters'
gem 'simplecov', require: false
end

gem 'net-ftp'
Expand Down
Loading

0 comments on commit c3c24b2

Please sign in to comment.