Skip to content

Commit

Permalink
ci: disable codecov push
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoquet committed Dec 2, 2024
1 parent f225198 commit 6c8d44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build_and_test:
- nix-shell --pure -A coverage-report ${NIX_ARGS} --command ${CI_PROJECT_DIR}/ci/list-store-paths-for-cachix.bash | cachix push batsim
- nix-build -A coverage-report ${NIX_ARGS} && cp -rL result ./coverage_report
# Send coverage results to codecov.io
- nix-shell -A codecov_push_shell --command 'codecov -f ./coverage_report/coveralls.json'
# - nix-shell -A codecov_push_shell --command 'codecov -f ./coverage_report/coveralls.json'
artifacts:
when: always
expire_in: 8 hours
Expand Down

0 comments on commit 6c8d44d

Please sign in to comment.