Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Merge 860b214 into 28104f5
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed Feb 12, 2023
2 parents 28104f5 + 860b214 commit 6fc3ff6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/rails-test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Rails test

on:
push:
branches-ignore: [ main ]
pull_request:
branches-ignore: [ main ]
on: [ push, pull_request ]

env:
RAILS_ENV: test
Expand Down Expand Up @@ -46,4 +42,4 @@ jobs:
- name: Upload coverage
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ github.token }}
github-token: ${{ github.token }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![CodeQL](https://github.com/coopanio/asembleo/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/coopanio/asembleo/actions/workflows/codeql-analysis.yml)
[![Semgrep](https://github.com/coopanio/asembleo/actions/workflows/semgrep.yml/badge.svg)](https://github.com/coopanio/asembleo/actions/workflows/semgrep.yml)
[![Coverage Status](https://coveralls.io/repos/github/coopanio/asembleo/badge.svg?branch=dcc/gh-rails-test-run)](https://coveralls.io/github/coopanio/asembleo?branch=dcc/gh-rails-test-run)
[![Coverage Status](https://coveralls.io/repos/github/coopanio/asembleo/badge.svg?branch=main)](https://coveralls.io/github/coopanio/asembleo?branch=main)
[![DeepSource](https://deepsource.io/gh/coopanio/asembleo.svg/?label=active+issues&show_trend=true&token=G_FrkdoCFPuIPKU-lYa2OSnT)](https://deepsource.io/gh/coopanio/asembleo/?ref=repository-badge)

Pseudoanonymous voting system for general assemblies
Expand Down

0 comments on commit 6fc3ff6

Please sign in to comment.