Skip to content

Commit

Permalink
Fix awesomeMap layering (#206)
Browse files Browse the repository at this point in the history
* fix awesome map layering2

* add editor fixes

* add checksum

* fix terms copy check

* add codecov action
  • Loading branch information
microstudi authored Feb 8, 2023
1 parent 3496e11 commit f1cb90b
Show file tree
Hide file tree
Showing 12 changed files with 183 additions and 360 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ jobs:
- name: General RSpec with config vars enabled
run: bundle exec rspec spec/${{ matrix.rspec }}
env:
SIMPLECOV: 1
CODECOV: 1
FEATURES: ${{ matrix.features }}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

- uses: actions/upload-artifact@v2-preview
if: always()
with:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ jobs:
- name: General RSpec with config vars enabled
run: bundle exec rspec spec/${{ matrix.rspec }}
env:
SIMPLECOV: 1
CODECOV: 1
FEATURES: ${{ matrix.features }}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

- uses: actions/upload-artifact@v2-preview
if: always()
with:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

ruby RUBY_VERSION

DECIDIM_VERSION = "0.27.0"
DECIDIM_VERSION = "0.27.1"

gem "decidim", DECIDIM_VERSION
gem "decidim-decidim_awesome", path: "."
Expand Down
Loading

0 comments on commit f1cb90b

Please sign in to comment.