Skip to content

Commit

Permalink
downgrade codecov back to v4, act back to 0.2.40, see how that goes
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed May 27, 2024
1 parent c871ad8 commit e1d47d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/actions/run-cookie-ci/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
- name: Install act
uses: actionsflow/setup-act@v1
with:
version: '0.2.62'
version: '0.2.40'

- name: Build Act image
shell: bash
Expand All @@ -57,6 +57,6 @@ runs:
shell: bash
run: |
docker images
# sed -i -e 's/fail_ci_if_error: true/fail_ci_if_error: false/g' .github/workflows/gh-ci.yaml
sed -i -e 's/fail_ci_if_error: true/fail_ci_if_error: false/g' .github/workflows/gh-ci.yaml
cat .github/workflows/gh-ci.yaml
act --job main-tests --platform ubuntu-latest=act-conda -s CODECOV_TOKEN=${{ inputs.CODECOV_TOKEN }} -p=false
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: codecov
if: github.repository == '{{ cookiecutter.github_host_account }}/{{ cookiecutter.repo_name }}' && github.event_name != 'schedule'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
file: coverage.xml
name: codecov-{{ '${{ matrix.os }}' }}-py{{ '${{ matrix.python-version }}' }}
Expand All @@ -122,9 +122,6 @@ jobs:
# Forks can't access the CODECOV_TOKEN secret,
# and a failed upload registers as an error
fail_ci_if_error: true
# use OpenID Connect (OIDC) if you have this enabled -- this will ignore
# the `token` argument above
use_oidc: true


pylint_check:
Expand Down

0 comments on commit e1d47d5

Please sign in to comment.