Skip to content

Commit

Permalink
Merge pull request #921 from tylerjereddy/treddy_codecov_yank
Browse files Browse the repository at this point in the history
CI: deal with codecov yank
  • Loading branch information
shanedsnyder authored Apr 13, 2023
2 parents f95e9a2 + e07888c commit b384a5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ macos_M1_native_apple_silicon_py310_task:
script: |
brew install [email protected]
brew install [email protected]
/opt/homebrew/opt/[email protected]/bin/python3 -m venv ~/py_310
/opt/homebrew/bin/python3.10 -m venv ~/py_310
source ~/py_310/bin/activate
python -m pip install --upgrade pip
python -m pip install --upgrade pytest lxml matplotlib packaging humanize
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pytest pyflakes asv pytest-cov codecov lxml matplotlib packaging humanize "mypy<1.0.0"
python -m pip install --upgrade pytest pyflakes asv pytest-cov lxml matplotlib packaging humanize "mypy<1.0.0"
- if: ${{matrix.platform == 'macos-latest'}}
name: Install MacOS deps
run: |
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
cd darshan-util/pydarshan/benchmarks
python -m asv check -E existing
- name: codecov check
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: $RUNNER_TEMP/coverage.xml,/home/runner/work/_temp/coverage.xml,/Users/runner/work/_temp/coverage.xml
fail_ci_if_error: False

0 comments on commit b384a5e

Please sign in to comment.