Skip to content

Commit

Permalink
upload smoke test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Aug 14, 2023
1 parent 5b3a335 commit 8b6c77d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,12 @@ jobs:
with:
name: failed-smoke-${{ runner.os }}-${{ env.PYTHON_VERSION }}
path: ./autotest/.failed/**

- name: Upload coverage
if: github.repository_owner == 'modflowpy' && (github.event_name == 'push' || github.event_name == 'pull_request')
uses: codecov/codecov-action@v3
with:
files: ./autotest/coverage.xml

test:
name: Test
Expand Down

0 comments on commit 8b6c77d

Please sign in to comment.