Skip to content

Commit

Permalink
Merge pull request #77 from elbakramer/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-3.1.0

Bump codecov/codecov-action from 3.0.0 to 3.1.0
  • Loading branch information
elbakramer authored Apr 28, 2022
2 parents b76cf46 + efefb83 commit ba9dde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
poetry run pytest -n auto --dist loadscope --junit-xml=junit/test-results.xml --cov --cov-report=xml --cov-report=html
- name: Update Codecov coverage report
uses: codecov/codecov-action@v3.0.0
uses: codecov/codecov-action@v3.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: ${{ matrix.os }}-py${{ matrix.python-version }}

0 comments on commit ba9dde3

Please sign in to comment.