diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index f83dc30..b1f318f 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -2,9 +2,9 @@ name: Code Coverage on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) diff --git a/.gitignore b/.gitignore index b8a8396..9be22db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.idea +.vscode build *.pyc talks/.ipynb_checkpoints diff --git a/README.md b/README.md index e8b4db2..0ab2786 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ [![license][badge.license]][license] [![issues][badge.issues]][issues] -[badge.conan]: https://img.shields.io/github/workflow/status/jbcoe/polymorphic_value/Conan/master?label=Conan +[badge.conan]: https://img.shields.io/github/workflow/status/jbcoe/polymorphic_value/Conan/main?label=Conan [badge.language]: https://img.shields.io/badge/language-C%2B%2B14-yellow.svg [badge.codecov]: https://img.shields.io/codecov/c/github/jbcoe/polymorphic_value/master.svg?logo=codecov [badge.license]: https://img.shields.io/badge/license-MIT-blue.svg [badge.issues]: https://img.shields.io/github/issues/jbcoe/polymorphic_value.svg -[conan]: https://github.com/jbcoe/polymorphic_value/actions?query=workflow%3A%22Conan%22+branch%3Amaster +[conan]: https://github.com/jbcoe/polymorphic_value/actions?query=workflow%3A%22Conan%22+branch%3Amain [codecov]: https://codecov.io/gh/jbcoe/polymorphic_value [language]: https://en.wikipedia.org/wiki/C%2B%2B14 [license]: https://en.wikipedia.org/wiki/MIT_License