Skip to content

Developers Section

Jean-Sébastien Gosselin edited this page Aug 24, 2023 · 3 revisions

How to configure Codecov in Azure Pipeline

  1. You need to add the Codecov project key as a secret variable your Azure pipeline. See section Set secret variables in the Azure Pipelines documentation.
  2. You then must explicitly define the CODECOV_TOKEN environment variable in the script block used to upload the coverage report to Codecov. See section Set secret variables in the Azure Pipelines documentation.

image

How to Update Translation

  1. Run create_sardes_pot.py locally to update the main sardes.pot file.

  2. For each supported language in the folder locale, open the associated sardes.pot file in poedit and update it with Translation > Update from POT file... by selecting the main sardes.pot file.

image

  1. Update the translation in Poedit and commit the changes in git.

Clone this wiki locally