diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a4c280d8..e5bdbb289 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: id: ci uses: ignition-tooling/action-ignition-ci@bionic with: - codecov-token: ${{ secrets.CODECOV_TOKEN }} + codecov-enabled: true focal-ci: runs-on: ubuntu-latest name: Ubuntu Focal CI diff --git a/README.md b/README.md index ffea21e9b..600dc6d4a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ allows conversion from previous versions. Test coverage: -[![codecov](https://codecov.io/bb/osrf/sdformat/branch/default/graph/badge.svg)](https://codecov.io/bb/osrf/sdformat) + +[![codecov](https://codecov.io/gh/ignitionrobotics/sdformat/branch/sdf9/graph/badge.svg)](https://codecov.io/gh/ignitionrobotics/sdformat/branch/sdf9) # Installation diff --git a/include/sdf/Param.hh b/include/sdf/Param.hh index bcb74cdc4..36506c7e7 100644 --- a/include/sdf/Param.hh +++ b/include/sdf/Param.hh @@ -244,6 +244,8 @@ namespace sdf /// \def ParamVariant /// \brief Variant type def. + /// Note: When a new variant is added, add variant to functions + /// ParamPrivate::TypeToString and ParamPrivate::ValueFromStringImpl public: typedef std::variant