Skip to content

Commit

Permalink
update test_base GH action for codecov v4
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed Feb 29, 2024
1 parent b26442d commit 0a2fb91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,15 @@ jobs:
- name: Install
run: |
pip install coverage
pip install -r requirements_test.txt
pip install -e .
pip install -e .[test]
- name: Run tests with coverage
run: |
coverage run --source flowio run_tests.py
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: coverage.xml
fail_ci_if_error: true
Expand Down

0 comments on commit 0a2fb91

Please sign in to comment.