Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jun 30, 2023
1 parent c21ed7c commit 8686986
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
with:
file: ./web/coverage/lcov.info
flag-name: frontend
parallel: true

Expand Down Expand Up @@ -94,7 +93,6 @@ jobs:
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
with:
file: ./service/coverage/lcov.info
flag-name: backend
parallel: true
debug: true
Expand Down Expand Up @@ -178,11 +176,6 @@ jobs:
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
options: --security-opt seccomp=unconfined

# container:
# image: registry.opensuse.org/opensuse/tumbleweed:latest
# # required to run tarpaulin
# options: --security-opt seccomp=unconfined

steps:

- name: Git Checkout
Expand Down Expand Up @@ -212,9 +205,6 @@ jobs:
- name: Run the tests
run: cargo tarpaulin --out xml

- name: Check the path
run: cat cobertura.xml

- name: Lint formatting
run: cargo fmt --all -- --check

Expand Down

0 comments on commit 8686986

Please sign in to comment.