Skip to content

Commit

Permalink
Use codecov token & add codecov yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed May 21, 2024
1 parent dff62b6 commit 3bc271e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
coverage:
status:
project:
default:
target: 80%
threshold: 5%
informational: true
patch:
default:
target: 80%
threshold: 5%
informational: true
1 change: 1 addition & 0 deletions .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: Upload to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/
files: cobertura-coverage.xml
flags: unittests
Expand Down

0 comments on commit 3bc271e

Please sign in to comment.