Skip to content

Commit

Permalink
NXPY-214: Run coverage on master
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickaël Schoentgen committed Apr 8, 2021
1 parent 1ece950 commit ae2717b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
# Check on any PR
pull_request:
branches: '*'
push:
branches: [master]
paths:
- 'nuxeo/**/*.py'
- 'tests/*.py'

jobs:
job:
Expand Down Expand Up @@ -54,7 +59,7 @@ jobs:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
# Run tox using the version of Python in `PATH`
run: python -m tox -e py

- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit ae2717b

Please sign in to comment.