Skip to content

Commit

Permalink
use master as ref for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Feb 15, 2024
1 parent 4ac0ac3 commit a7bb40f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,7 @@ jobs:
- name: Run tests
run: |
export C_INCLUDE_PATH=$pythonLocation/include/python${{ steps.python-selector.outputs.python-version }}:$C_INCLUDE_PATH
pytest --cov-report term-missing:skip-covered scripts/tests/test_bids_validate.py
- name: Upload test reports and coverage to artifacts before codecov
uses: actions/[email protected]
with:
name: test-reports-before
path: |
.test_reports/*
pytest --cov-report term-missing:skip-covered
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
Expand All @@ -72,6 +65,7 @@ jobs:
directory: .test_reports/
fail_ci_if_error: true
plugin: pycoverage
commit_parent: ${{ github.event.pull_request.base.sha || github.event.before }}

- name: Upload test reports and coverage to artifacts
uses: actions/[email protected]
Expand Down

0 comments on commit a7bb40f

Please sign in to comment.