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 5b87a2c commit 091e8bf
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ jobs:
run: npm test -- --coverage

- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1
uses: coverallsapp/github-action@v2
with:
base-path: ./web
path-to-lcov: ./web/coverage/lcov.info
file: ./web/coverage/lcov.info
flag-name: frontend
parallel: true

Expand Down Expand Up @@ -95,7 +94,6 @@ jobs:
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
with:
base-path: ./service
file: ./service/coverage/lcov.info
flag-name: backend
parallel: true
Expand Down Expand Up @@ -206,7 +204,7 @@ jobs:
run: cargo-binstall --no-confirm cargo-tarpaulin

- name: Run the tests
run: cargo tarpaulin --out xml --output-dir coverage
run: cargo tarpaulin --out lcov --output-dir coverage

- name: Check the path
run: echo "$PATH"
Expand All @@ -221,7 +219,7 @@ jobs:
# file: ./rust/coverage/cobertura.xml
# format: cobertura
file: ./rust/coverage/lcov.info
format: lcov
# format: lcov
flag-name: rust-backend
parallel: true
debug: true
Expand Down

0 comments on commit 091e8bf

Please sign in to comment.