Skip to content

Commit

Permalink
Bonus: move codecov action to end of jobs list
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwecan committed Feb 1, 2021
1 parent 79d2307 commit 066d77d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true
verbose: true

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand All @@ -39,3 +34,9 @@ jobs:

- name: Test with pytest
run: pytest --cov=hvac tests/

- name: Codecov - Process coverage
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true
verbose: true

0 comments on commit 066d77d

Please sign in to comment.