Skip to content

Commit

Permalink
#135: works in test
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 22, 2024
1 parent d76fb21 commit b3daecd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GEM
net-http
faraday-retry (2.2.1)
faraday (~> 2.0)
fbe (0.0.24)
fbe (0.0.26)
backtrace (> 0)
decoor (> 0)
factbase (> 0)
Expand Down
6 changes: 3 additions & 3 deletions judges/quality-of-service/simple-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
options:
TODAY: 2024-03-03T00:00:00
repositories: yegor256/judges
# testing: true
testing: true
input:
-
what: pmp
Expand All @@ -34,7 +34,7 @@ input:
when: 2024-01-01T00:00:00
expected:
- /fb[count(f)=3]
- /fb/f[average_issue_lifetime != 0]
- /fb/f[average_pull_lifetime != 0]
- /fb/f[average_issue_lifetime = 0]
- /fb/f[average_pull_lifetime = 0]
- /fb/f[average_release_interval != 0]
- /fb/f[average_workflow_success_rate != 0]

0 comments on commit b3daecd

Please sign in to comment.