forked from boostorg/unordered
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync with upstream adding improved CMake builds and coverage collection
- Loading branch information
Showing
2 changed files
with
355 additions
and
316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright 2019 - 2021 Alexander Grund | ||
# Distributed under the Boost Software License, Version 1.0. | ||
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt) | ||
# | ||
# Sample codecov configuration file. Edit as required | ||
|
||
codecov: | ||
max_report_age: off | ||
require_ci_to_pass: yes | ||
notify: | ||
# Increase this if you have multiple coverage collection jobs | ||
after_n_builds: 1 | ||
wait_for_ci: yes | ||
|
||
# Change how pull request comments look | ||
comment: | ||
layout: "reach,diff,flags,files,footer" | ||
|
||
# Ignore specific files or folders. Glob patterns are supported. | ||
# See https://docs.codecov.com/docs/ignoring-paths | ||
ignore: | ||
- extra/**/* | ||
# - test/**/* |
Oops, something went wrong.