Skip to content

Commit

Permalink
comment out disallowed action
Browse files Browse the repository at this point in the history
  • Loading branch information
jonapich committed Jul 17, 2023
1 parent b1eecc1 commit b2c425e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ jobs:
run: |
bash ./test.sh
- name: Upload to codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.txt
fail_ci_if_error: true
# note: codecov action is disallowed per organization policy
# - name: Upload to codecov
# uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# files: ./coverage.txt
# fail_ci_if_error: true

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit b2c425e

Please sign in to comment.