Skip to content

Commit

Permalink
codecov verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Jun 4, 2024
1 parent c357eb7 commit 8cc1693
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
env:
RAILS_ENV: test
geekos_mongodb_server: "localhost"
CODECOV_TOKEN: secrets.CODECOV_TOKEN
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -41,10 +42,11 @@ jobs:
- name: Lint Ruby files
run: bundle exec rubocop --parallel

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/
files: codecov-result.json
verbose: false
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v4
# with:
# fail_ci_if_error: false
# token: ${{ secrets.CODECOV_TOKEN }}
# directory: ./coverage/
# files: codecov-result.json
# verbose: false

0 comments on commit 8cc1693

Please sign in to comment.