Skip to content

Commit 325364b

Browse files
authored
Merge branch 'main' into hide-mode-as-default
2 parents e54c732 + 6785c95 commit 325364b

File tree

62 files changed

+1558
-500
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1558
-500
lines changed

.github/workflows/lint-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,10 @@ jobs:
5454

5555
- name: Run rspec tests
5656
run: bundle exec rspec spec
57+
58+
- name: Upload coverage to Coveralls
59+
uses: coverallsapp/github-action@v2
60+
continue-on-error: true
61+
with:
62+
github-token: ${{ secrets.GITHUB_TOKEN }}
63+
path-to-lcov: ./coverage/lcov/app.lcov

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@
3838
!/app/assets/builds/.keep
3939

4040
/node_modules
41+
/coverage
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Waiting for esbuild to provide update.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Waiting for esbuild to provide update.

0 commit comments

Comments
 (0)