Skip to content

Commit

Permalink
Update Codecov config (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
khos2ow committed Feb 29, 2020
1 parent 5a05b95 commit 755495a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,15 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
# Currently we're not able to build Codecov report for
# PRs originates from the fork. There's an issue to track
# this and it seems it should get resolved shortly, until
# then we hope for responsiblity in humanity and use plain
# text of the token, until further to get rotated.
#
# https://github.com/codecov/codecov-action/issues/29
# token: ${{ secrets.CODECOV_TOKEN }}
token: 7e230f41-8fa3-4d91-8ce8-3d77b7b3f1c3
file: ./coverage.txt

build:
Expand Down
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
comment:
layout: "diff, flags, files"
behavior: default

0 comments on commit 755495a

Please sign in to comment.