File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,12 @@ branches:
33
33
- /fix\/.*/
34
34
- /pr\/.*/
35
35
36
+ skip_commits :
37
+ files :
38
+ - LICENSE
39
+ - meta/*
40
+ - README.md
41
+
36
42
matrix :
37
43
fast_finish : false
38
44
# Adding MAYFAIL to any matrix job allows it to fail but the build stays green:
Original file line number Diff line number Diff line change 18
18
- feature/**
19
19
- fix/**
20
20
- pr/**
21
+ paths-ignore :
22
+ - LICENSE
23
+ - meta/**
24
+ - README.md
21
25
22
26
concurrency :
23
27
group : ${{format('{0}:{1}', github.repository, github.ref)}}
Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ Distributed under the [Boost Software License, Version 1.0](http://www.boost.org
11
11
12
12
### Build Status
13
13
14
- Branch | GHA CI | Appveyor | Coverity Scan | codecov.io | Deps | Docs | Tests |
15
- :-------------: | ------ | -------- | ------------- | ---------- | ---- | ---- | ----- |
16
- [`master`](https://github.com/boostorg/assign/tree/master) | [](https://github.com/boostorg/assign/actions?query=branch:master) | [](https://ci.appveyor.com/project/cppalliance/assign) | [](https://scan.coverity.com/projects/boostorg-assign) | [](https://ci.appveyor.com/project/cppalliance/assign) | [](https://pdimov.github.io/boostdep-report/master/assign.html) | [](https://www.boost.org/doc/libs/master/libs/assign) | [](http://www.boost.org/development/tests/master/developer/assign.html)
17
- [`develop`](https://github.com/boostorg/assign/tree/develop) | [](https://github.com/boostorg/assign/actions?query=branch:develop) | [](https://ci.appveyor.com/project/cppalliance/assign/branch/develop) | [](https://scan.coverity.com/projects/boostorg-assign) | [](https://ci.appveyor.com/project/cppalliance/assign/branch/develop) | [](https://pdimov.github.io/boostdep-report/develop/assign.html) | [](https://www.boost.org/doc/libs/develop/libs/assign) | [](http://www.boost.org/development/tests/develop/developer/assign.html)
14
+ <!-- boost-ci/tools/makebadges.sh --project assign --appveyor sjjn5t979ao2b845 --codecov SOGsyPqaS7 --coverity 16318 -->
15
+ | Branch | GHA CI | Appveyor | Coverity Scan | codecov.io | Deps | Docs | Tests |
16
+ | :-------------: | ------ | -------- | ------------- | ---------- | ---- | ---- | ----- |
17
+ | [`master`](https://github.com/boostorg/assign/tree/master) | [](https://github.com/boostorg/assign/actions?query=branch:master) | [](https://ci.appveyor.com/project/cppalliance/assign/branch/master) | [](https://scan.coverity.com/projects/boostorg-assign) | [](https://codecov.io/gh/boostorg/assign/tree/master) | [](https://pdimov.github.io/boostdep-report/master/assign.html) | [](https://www.boost.org/doc/libs/master/libs/assign) | [](http://www.boost.org/development/tests/master/developer/assign.html)
18
+ | [`develop`](https://github.com/boostorg/assign/tree/develop) | [](https://github.com/boostorg/assign/actions?query=branch:develop) | [](https://ci.appveyor.com/project/cppalliance/assign/branch/develop) | [](https://scan.coverity.com/projects/boostorg-assign) | [](https://codecov.io/gh/boostorg/assign/tree/develop) | [](https://pdimov.github.io/boostdep-report/develop/assign.html) | [](https://www.boost.org/doc/libs/develop/libs/assign) | [](http://www.boost.org/development/tests/develop/developer/assign.html)
18
19
19
20
### Directories
20
21
You can’t perform that action at this time.
0 commit comments