Skip to content

Commit

Permalink
tmp remove coverage from command
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming committed Dec 3, 2024
1 parent 19c4993 commit be09ba6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,14 @@ jobs:
- name: Cairo lint
run: scarb fmt --check --workspace

- name: Run tests and generate coverage report
run: snforge test --workspace --coverage
- name: Run tests
run: snforge test --workspace

# Issue with cairo-coverage. Re-add to CI once issues are fixed.
#
# - name: Run tests and generate coverage report
# run: snforge test --workspace --coverage
#
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v4
# with:
Expand Down

0 comments on commit be09ba6

Please sign in to comment.