"Fossies" - the Fresh Open Source Software Archive

Member "versions-1.5.5/tests/coverage.yaml" (27 Oct 2021, 1630 Bytes) of package /linux/misc/versions-1.5.5.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Generic YAML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "coverage.yaml": 1.5.4_vs_1.5.5.

    1 freshcode:
    2   url: "http://freshcode.club/projects.rss"
    3   type: list
    4   projects:
    5     - sauvegarde
    6     - git
    7 
    8 freshcode_wrong_url:
    9   url: "http://freshcode.club/projects.wrong"
   10   type: list
   11   projects:
   12     - sauvegarde
   13 
   14 non_existing_host.org:
   15   url: "https://non_existing_host.org/{}/tags.atom"
   16   type: list
   17   projects:
   18     - notaproject
   19 
   20 
   21 freshcode:
   22   url: "http://freshcode.club/projects.rss"
   23   type: notatype
   24   projects:
   25     - sauvegarde
   26     - git
   27 
   28 sourceforge:
   29   url: "https://sourceforge.net/projects/{}/rss?path=/"
   30   type: byproject
   31   projects:
   32     - advtor
   33 
   34 sourceforge.m:
   35   url: "https://sourceforge.net/projects/{}/rss?path=/"
   36   type: byproject
   37   projects:
   38     - gprename
   39 
   40 
   41 github:
   42   url: "https://github.com/{}/tags.atom"
   43   type: byproject
   44   projects:
   45     - name: angular/angular
   46       regex: '([\d\.\-rRcCbetaBETA]+)'
   47       entry: last checked
   48     - name: InfotelGLPI/manufacturersimports
   49       regex: '\w+ [\d\.]+ : \w+ ([\d\.]+).*'
   50       entry: last checked
   51     - name: akheron/jansson
   52       entry: last checked
   53     - terryyin/lizard
   54     - vmware/pyvmomi
   55     - tmux/tmux
   56     - tmuxinator/tmuxinator
   57     - gorhill/uBlock
   58     - dupgit/versions
   59     - vim/vim
   60     - notauser/notaproject
   61 
   62 github2:
   63   url: "https://github.com/{}/wrongurl.atom"
   64   type: byproject
   65   projects:
   66     - name: dupgit/versions
   67 
   68 github3:
   69     url: "https://github.com/{}/tags.atom"
   70     type: byproject
   71     projets_is_not_projects:
   72       - dupgit/versions
   73 
   74 github4:
   75     url: "https://github.com/{}/tags.atom"
   76     type: notatype
   77     projects:
   78       - dupgit/versions
   79 
   80 empty_projects:
   81   url: "http://freshcode.club/projects.rss"
   82   type: list
   83   projects:
   84