Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Apr 17, 2023
1 parent 4df69e2 commit 4a160f4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,16 +303,16 @@ commands:
# command: |
# tools/circle-install-packages.sh python3-pip && \
# pip3 install codecov
# run_coverage_analysis:
# steps:
# - fetch_coverage_packages
# - run:
# name: Coverage
# when: on_success
# command: |
# echo "Success!"
# $EXEC ./rebar3 codecov analyze
# codecov --disable=gcov --env PRESET
run_coverage_analysis:
steps:
- fetch_coverage_packages
- run:
name: Coverage
when: on_success
command: |
echo "Success!"
$EXEC ./rebar3 codecov analyze
#codecov --disable=gcov --env PRESET
run_small_tests:
steps:
- restore_workspace
Expand All @@ -324,7 +324,7 @@ commands:
name: Run Small Tests
command: |
$EXEC tools/test.sh -p small_tests -s true -e true
# - run_coverage_analysis
- run_coverage_analysis
- upload_results_to_aws
- publish_github_comment
run_docker_smoke_test:
Expand Down Expand Up @@ -651,7 +651,7 @@ jobs:
- store_test_results:
when: always
path: junit_report.xml
# - run_coverage_analysis
- run_coverage_analysis
- run:
name: Build Failed - Logs
when: on_fail
Expand Down

0 comments on commit 4a160f4

Please sign in to comment.