Skip to content

Commit

Permalink
Allow codecov to fail (#1163)
Browse files Browse the repository at this point in the history
* Fixed codecov

Codecov has started to fail, see run below. Seems that creating an xml file is the fix for this.
https://github.com/django-crispy-forms/django-crispy-forms/pull/1155/checks?check_run_id=2647114315
codecov/codecov-bash#94

* Allow codecov to fail
  • Loading branch information
smithdc1 committed May 25, 2021
1 parent bbeda22 commit f467645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
with:
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit f467645

Please sign in to comment.