Skip to content

Commit

Permalink
Remove test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nervo committed Sep 13, 2024
1 parent 25c5c34 commit 97a8b51
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,8 @@ jobs:
- name: Units
run: |
make test.units VERBOSE=1 COVERAGE=1
make test.units VERBOSE=1
- name: Integration
run: |
make test.integration VERBOSE=1 COVERAGE=1
- name: Coverage
run: |
make test.coverage VERBOSE=1
- name: Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: false
make test.integration VERBOSE=1

0 comments on commit 97a8b51

Please sign in to comment.