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 1088922 commit 1c6ceb6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
run: bundle exec rspec

- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1
uses: coverallsapp/github-action@v2
with:
base-path: ./service
path-to-lcov: ./service/coverage/lcov.info
file: ./service/coverage/lcov.info
flag-name: backend
parallel: true
debug: true
Expand Down Expand Up @@ -197,17 +197,17 @@ jobs:
- name: Install Rust toolchains
run: rustup toolchain install stable

- name: Install cargo-binstall
uses: taiki-e/install-action@v2
with:
tool: cargo-binstall

- name: Install Tarpaulin (for code coverage)
run: cargo-binstall --no-confirm cargo-tarpaulin

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

# - name: Install cargo-binstall
# uses: taiki-e/install-action@v2
# with:
# tool: cargo-binstall

# - name: Install Tarpaulin (for code coverage)
# run: cargo-binstall --no-confirm cargo-tarpaulin
#
# - name: Run the tests
# run: cargo tarpaulin --out xml --output-dir coverage
#
- name: Lint formatting
run: cargo fmt --all -- --check

Expand Down

0 comments on commit 1c6ceb6

Please sign in to comment.