File: codecov.yml

package info (click to toggle)
django-oauth-toolkit 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,852 kB
  • sloc: python: 12,414; makefile: 159; javascript: 9
file content (8 lines) | stat: -rw-r--r-- 321 bytes parent folder | download
1
2
3
4
5
6
7
8

codecov:
  # since we're uploading coverage from multiple parallel jobs,Codecov doesn't
  # inherently know when all reports have been uploaded for a given commit. To
  # prevent premature processing and ensure a complete report, we send
  # notification when all jobs are done.
  notify:
    manual_trigger: true