Skip to content

Commit

Permalink
Fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielBusta committed Nov 21, 2023
1 parent aba6003 commit 8cb18d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion taskcluster/ci/codecov/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tasks:
env:
MOZ_FETCHES_DIR: /builds/worker/fetches
scopes:
- secrets:get:project/releng/mozilla/mozilla-linux-pkg-manager/build/level-1/ci
- secrets:get:project/mozilla/mozilla-linux-pkg-manager/level-1/ci
dependencies:
test: test-unit
fetches:
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/scripts/codecov-upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def fetch_secret(secret_name):


token = fetch_secret(
"project/releng/mozilla/mozilla-linux-pkg-manager/build/level-1/ci"
"project/mozilla/mozilla-linux-pkg-manager/level-1/ci"
)["codecov_api_token"]
uploader = FETCHES_DIR / "codecov"
uploader.chmod(uploader.stat().st_mode | stat.S_IEXEC)
Expand Down

0 comments on commit 8cb18d6

Please sign in to comment.