Skip to content

Commit

Permalink
updating path in pipeline build
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlopezrr committed Feb 19, 2024
1 parent f29cf8f commit 0d0f886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# Run tests
docker-compose exec web bundle exec rspec
# Send report to Code Climate
bin/cc-test-reporter format-coverage -t simplecov -o codeclimate.json -p /fams_tools coverage/.resultset.json
bin/cc-test-reporter format-coverage -t simplecov -o codeclimate.json -p /app/fams_tools/ coverage/.resultset.json
bin/cc-test-reporter upload-coverage -i codeclimate.json
workflows:
Expand Down

0 comments on commit 0d0f886

Please sign in to comment.