Skip to content

Commit

Permalink
disable code cov commenting on pull requests and CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
sharksforarms committed Oct 21, 2020
1 parent b9a52ac commit bcf43fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,3 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
comment: false

0 comments on commit bcf43fa

Please sign in to comment.