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 efdfd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 @@ -44,7 +45,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/
files: codecov-result.json
verbose: false

0 comments on commit efdfd6c

Please sign in to comment.