Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Apr 30, 2021
1 parent bb5aad1 commit 0501b73
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
matrix:
ruby: [2.5.8, 2.6.6, 2.7.2, 3.0.0, jruby-9.2.14.0]

env:
SIMPLECOV_HTML_MODE: methods

steps:
- uses: actions/checkout@v2

Expand All @@ -21,9 +24,6 @@ jobs:
- name: Get sqlite for Rails test projects
run: sudo apt-get install libsqlite3-dev

- name: Install bundler
run: gem i bundler

- name: Install dependencies
run: |
bundle config set --local without benchmark
Expand Down
1 change: 0 additions & 1 deletion features/maximum_coverage_drop.feature
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ Feature:

When I run `bundle exec rake test`
Then the exit status should not be 0
And the output should not contain "Line coverage"
And the output should contain "Branch coverage has dropped by 50.00% since the last time (maximum allowed: 0.00%)."
And the output should contain "SimpleCov failed with exit 3"

Expand Down
1 change: 0 additions & 1 deletion features/minimum_coverage.feature
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,4 @@ Feature:
When I run `bundle exec rake test`
Then the exit status should not be 0
And the output should contain "Branch coverage (50.00%) is below the expected minimum coverage (80.00%)."
And the output should not contain "Line coverage"
And the output should contain "SimpleCov failed with exit 2"
1 change: 0 additions & 1 deletion features/minimum_coverage_by_file.feature
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,4 @@ Feature:
When I run `bundle exec rake test`
Then the exit status should not be 0
And the output should contain "Branch coverage by file (50.00%) is below the expected minimum coverage (70.00%)."
And the output should not contain "Line coverage"
And the output should contain "SimpleCov failed with exit 2"

0 comments on commit 0501b73

Please sign in to comment.