Skip to content

Commit

Permalink
Merge pull request #112 from ppfeufer/codecov-token-as-env-variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Apr 4, 2024
2 parents d4855b1 + 08476b5 commit d0bbfbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/automated-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,14 @@ jobs:
}}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
# token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.xml # optional
# flags: unittests # optional
# name: codecov-umbrella # optional
# fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# Run PyPi Build Test
pypi-build-test:
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ codecov:
require_ci_to_pass: true

comment:
layout: header, reach, changes, diff, files, footer
layout: header, diff, files, footer
require_changes: false

coverage:
Expand Down

0 comments on commit d0bbfbf

Please sign in to comment.