Skip to content

Commit

Permalink
Disable uploading coverage reports (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsihk authored Jan 5, 2025
1 parent 179f098 commit ac52263
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- name: Verify corrections
run: make verify-src

- name: Upload Coverage Report
uses: codecov/codecov-action@v5
# - name: Upload Coverage Report
# uses: codecov/codecov-action@v5

sanity-build:
# to ignore builds on release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
- name: Verify corrections
run: make verify-src

- name: Upload Coverage Report
uses: codecov/codecov-action@v1
# - name: Upload Coverage Report
# uses: codecov/codecov-action@v5

sanity-build:
# to ignore builds on release
Expand Down

0 comments on commit ac52263

Please sign in to comment.