Skip to content

Commit

Permalink
chore: update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Mar 4, 2024
1 parent af33378 commit 7a000b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
comment: false
codecov:
require_ci_to_pass: true
token: 4e9ec7d7-a307-4c89-914f-9f590e6fbb55
coverage:
status:
project:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
- name: upload coverage
uses: codecov/codecov-action@v4
with:
files: cov.lcov
files: ./cov.lcov
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7a000b1

Please sign in to comment.