Skip to content

Commit

Permalink
Test Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuthaDev committed Jan 2, 2025
1 parent 961ce98 commit dedacfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cypress-tests-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ jobs:
if: ${{ env.RUN_TESTS == 'true' }}
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable 2 weeks ago
toolchain: stable 2 weeks ago, nightly-2025-01-01
components: llvm-tools-preview

- name: Install sccache
Expand Down Expand Up @@ -395,7 +395,7 @@ jobs:
- name: Build project
if: ${{ env.RUN_TESTS == 'true' }}
env:
RUSTFLAGS: "-Cinstrument-coverage"
RUSTFLAGS: "-Cinstrument-coverage -Zcoverage-options=branch"
run: just build_v2 --jobs 3

- name: Setup Local Server
Expand Down Expand Up @@ -457,7 +457,7 @@ jobs:
- name: Process coverage report
if: ${{ env.RUN_TESTS == 'true' }}
run: |
grcov . --source-dir . --output-types lcov --output-path ${{ env.CODECOV_FILE }} --binary-path ./target/debug --ignore "*cargo*" --ignore "target/*" --ignore "/*"
grcov . --source-dir . --output-types lcov --output-path ${{ env.CODECOV_FILE }} --branch --binary-path ./target/debug --ignore "*cargo*" --ignore "target/*" --ignore "/*"
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit dedacfd

Please sign in to comment.