Skip to content

Commit

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

Bump codecov/codecov-action from 2.1.0 to 3
  • Loading branch information
Joe Hamman authored Apr 6, 2022
2 parents dd35883 + 8093ff2 commit 362bf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
python -m pytest --cov=./ --cov-report=xml --verbose ./
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
fail_ci_if_error: false

0 comments on commit 362bf26

Please sign in to comment.