Skip to content

Commit

Permalink
Bump braces, webpack and webpack-cli (#1458)
Browse files Browse the repository at this point in the history
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and
updates ancestor dependencies
[braces](https://github.com/micromatch/braces),
[webpack](https://github.com/webpack/webpack) and
[webpack-cli](https://github.com/webpack/webpack-cli). These
dependencies need to be updated together.

Updates `braces` from 3.0.2 to 3.0.3
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/micromatch/braces/commit/74b2db2938fad48a2ea54a9c8bf27a37a62c350d"><code>74b2db2</code></a>
3.0.3</li>
<li><a
href="https://github.com/micromatch/braces/commit/88f1429a0f47e1dd3813de35211fc97ffda27f9e"><code>88f1429</code></a>
update eslint. lint, fix unit tests.</li>
<li><a
href="https://github.com/micromatch/braces/commit/415d660c3002d1ab7e63dbf490c9851da80596ff"><code>415d660</code></a>
Snyk js braces 6838727 (<a
href="https://redirect.github.com/micromatch/braces/issues/40">#40</a>)</li>
<li><a
href="https://github.com/micromatch/braces/commit/190510f79db1adf21d92798b0bb6fccc1f72c9d6"><code>190510f</code></a>
fix tests, skip 1 test in test/braces.expand</li>
<li><a
href="https://github.com/micromatch/braces/commit/716eb9f12d820b145a831ad678618731927e8856"><code>716eb9f</code></a>
readme bump</li>
<li><a
href="https://github.com/micromatch/braces/commit/a5851e57f45c3431a94d83fc565754bc10f5bbc3"><code>a5851e5</code></a>
Merge pull request <a
href="https://redirect.github.com/micromatch/braces/issues/37">#37</a>
from coderaiser/fix/vulnerability</li>
<li><a
href="https://github.com/micromatch/braces/commit/2092bd1fb108d2c59bd62e243b70ad98db961538"><code>2092bd1</code></a>
feature: braces: add maxSymbols (<a
href="https://github.com/micromatch/braces/issues/">https://github.com/micromatch/braces/issues/</a>...</li>
<li><a
href="https://github.com/micromatch/braces/commit/9f5b4cf47329351bcb64287223ffb6ecc9a5e6d3"><code>9f5b4cf</code></a>
fix: vulnerability (<a
href="https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727">https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727</a>)</li>
<li><a
href="https://github.com/micromatch/braces/commit/98414f9f1fabe021736e26836d8306d5de747e0d"><code>98414f9</code></a>
remove funding file</li>
<li><a
href="https://github.com/micromatch/braces/commit/665ab5d561c017a38ba7aafd92cc6655b91d8c14"><code>665ab5d</code></a>
update keepEscaping doc (<a
href="https://redirect.github.com/micromatch/braces/issues/27">#27</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/micromatch/braces/compare/3.0.2...3.0.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `webpack` from 4.26.1 to 5.96.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/webpack/webpack/releases">webpack's
releases</a>.</em></p>
<blockquote>
<h2>v5.96.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li><strong>[Types]</strong> Add <code>@types/eslint-scope</code> to
dependencieS</li>
<li><strong>[Types]</strong> Fixed regression in
<code>validate</code></li>
</ul>
<h2>v5.96.0</h2>
<h2>Bug Fixes</h2>
<ul>
<li>Fixed Module Federation should track all referenced chunks</li>
<li>Handle Data URI without base64 word</li>
<li>HotUpdateChunk have correct runtime when modified with new
runtime</li>
<li>Order of chunks ids in generated chunk code</li>
<li>No extra Javascript chunks when using asset module as an
entrypoint</li>
<li>Use optimistically logic for
<code>output.environment.dynamicImport</code> to determine chunk format
when no browserslist or target</li>
<li>Collision with global variables for
<code>optimization.avoidEntryIife</code></li>
<li>Avoid through variables in inlined module</li>
<li>Allow chunk template strings in
<code>output.devtoolNamespace</code></li>
<li>No extra runtime for get javascript/css chunk filename</li>
<li>No extra runtime for prefetch and preload in JS runtime when it was
unsed in CSS</li>
<li>Avoid cache invalidation using ProgressPlugin</li>
<li>Increase parallelism when using <code>importModule</code> on the
execution stage</li>
<li>Correctly parsing string in <code>export</code> and
<code>import</code></li>
<li>Typescript types</li>
<li><strong>[CSS]</strong> <code>css/auto</code> considers a module
depending on its filename as <code>css</code> (pure CSS) or
<code>css/local</code>, before it was <code>css/global</code> and
<code>css/local</code></li>
<li><strong>[CSS]</strong> Always interpolate classes even if they are
not involved in export</li>
<li><strong>[CSS]</strong> No extra runtime in Javascript runtime chunks
for asset modules used in CSS</li>
<li><strong>[CSS]</strong> No extra runtime in Javascript runtime chunks
for external asset modules used in CSS</li>
<li><strong>[CSS]</strong> No extra runtime for the <code>node</code>
target</li>
<li><strong>[CSS]</strong> Fixed <code>url()</code>s and
<code>@import</code> parsing</li>
<li><strong>[CSS]</strong> Fixed - emit a warning on broken :local and
:global</li>
</ul>
<h2>New Features</h2>
<ul>
<li>Export CSS and ESM runtime modules</li>
<li>Single Runtime Chunk and Federation eager module hoisting</li>
<li><strong>[CSS]</strong> Support <code>/* webpackIgnore: true
*/</code> for CSS files</li>
<li><strong>[CSS]</strong> Support <code>src()</code> support</li>
<li><strong>[CSS]</strong> CSS nesting in CSS modules</li>
</ul>
<h2>v5.95.0</h2>
<h2>Bug Fixes</h2>
<ul>
<li>Fixed hanging when attempting to read a symlink-like file that it
can't read</li>
<li>Handle <code>default</code> for import context element
dependency</li>
<li>Merge duplicate chunks call after split chunks</li>
<li>Generate correctly code for dynamically importing the same file
twice and destructuring</li>
<li>Use content hash as [base] and [name] for extracted DataURI's</li>
<li>Distinguish <code>module</code> and <code>import</code> in
<code>module-import</code> for externals <code>import</code>'s</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack/webpack/commit/d4ced7322229c7d72a7a0d2ca955bdde0c910a0b"><code>d4ced73</code></a>
chore(release): 5.96.1</li>
<li><a
href="https://github.com/webpack/webpack/commit/7d6dbea53c00c431fc19654a30aaa2511204bbd6"><code>7d6dbea</code></a>
fix: types regression in validate</li>
<li><a
href="https://github.com/webpack/webpack/commit/5c556e32c5021980e536c4ae50ee810bba227fcb"><code>5c556e3</code></a>
fix: types regression in validate</li>
<li><a
href="https://github.com/webpack/webpack/commit/2420eaebe2043a0aeeab642e1ec7ff1c299c01ed"><code>2420eae</code></a>
fix: add <code>@types/eslint-scope</code> to dependencies due types
regression</li>
<li><a
href="https://github.com/webpack/webpack/commit/ec45d2d8d47f2804c4e5a29019688ebb02dee67a"><code>ec45d2d</code></a>
fix: add <code>@types/eslint-scope</code> to dependencies</li>
<li><a
href="https://github.com/webpack/webpack/commit/aff0c3ed2b31ed16ce8738e02f4b8f97966833f4"><code>aff0c3e</code></a>
chore(release): 5.96.0</li>
<li><a
href="https://github.com/webpack/webpack/commit/6f11ec173161c37dd45c8219ce32cc2fcab09f37"><code>6f11ec1</code></a>
refactor: module source types code</li>
<li><a
href="https://github.com/webpack/webpack/commit/b07142f67218dc89071d17633370fc38294c80b9"><code>b07142f</code></a>
refactor: module source types code</li>
<li><a
href="https://github.com/webpack/webpack/commit/7d98b3c534a5092372ee0c0cf3d28696467abf77"><code>7d98b3c</code></a>
fix: Module Federation should track all referenced chunks</li>
<li><a
href="https://github.com/webpack/webpack/commit/6d0976951fc2b43c855c34000ccbcf9daf034748"><code>6d09769</code></a>
chore: linting</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack/webpack/compare/v4.26.1...v5.96.1">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~evilebottnawi">evilebottnawi</a>, a new
releaser for webpack since your current version.</p>
</details>
<br />

Updates `webpack-cli` from 3.3.12 to 5.1.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/webpack/webpack-cli/releases">webpack-cli's
releases</a>.</em></p>
<blockquote>
<h2>v5.1.4</h2>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/[email protected]@5.1.4">5.1.4</a>
(2023-06-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>multi compiler progress output (<a
href="https://github.com/webpack/webpack-cli/commit/f6596242c74100bfd6fa391ed2071402a3bd4785">f659624</a>)</li>
</ul>
<h2>v5.1.3</h2>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/[email protected]@5.1.3">5.1.3</a>
(2023-06-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>regression for custom configurations (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3834">#3834</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/bb4f8eb4325219afae3203dc4893af2b4655d5fa">bb4f8eb</a>)</li>
</ul>
<h2>v5.1.2</h2>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/[email protected]@5.1.2">5.1.2</a>
(2023-06-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>improve check for custom webpack and webpack-dev-server package
existance (<a
href="https://github.com/webpack/webpack-cli/commit/0931ab6dfd8d9f511036bcb7c1a4ea8dde1ff1cb">0931ab6</a>)</li>
<li>improve help for some flags (<a
href="https://github.com/webpack/webpack-cli/commit/f4686141681cfcbc74d57e69a732e176decff225">f468614</a>)</li>
<li>improved support for <code>.cts</code> and <code>.mts</code>
extensions (<a
href="https://github.com/webpack/webpack-cli/commit/a77daf28f8a8ad96410a39d565f011f6bb14f6bb">a77daf2</a>)</li>
</ul>
<h2>v5.1.1</h2>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/[email protected]@5.1.1">5.1.1</a>
(2023-05-09)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>false positive warning when <code>--watch</code> used (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3783">#3783</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/c0436baca2da7a8ce9e53bbbe960dd1951fe6404">c0436ba</a>)</li>
</ul>
<h2>v5.1.0</h2>
<h1><a
href="https://github.com/webpack/webpack-cli/compare/[email protected]@5.1.0">5.1.0</a>
(2023-05-07)</h1>
<h3>Features</h3>
<ul>
<li>shareable webpack configs using <code>extends</code> (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3738">#3738</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/d04d0b98b69948966c8de5dacf771ac324ba5658">d04d0b9</a>)</li>
</ul>
<h3>Performance Improvements</h3>
<ul>
<li>simplify logic, reduce extra loops and perf (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3767">#3767</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/6afe1d3be41e191aa7c4865919d092d952e98605">6afe1d3</a>)</li>
</ul>
<h2>v5.0.2</h2>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/[email protected]@5.0.2">5.0.2</a>
(2023-04-21)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>error message for missing default export in configuration (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3685">#3685</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/e0a4a0991cdfccdaf18e7eb479f87bc2ee4e2e5f">e0a4a09</a>)</li>
<li><strong>perf:</strong> reduced startup time (<a
href="https://github.com/webpack/webpack-cli/commit/3b79059fe2ee16f4b4ad1f1ed3dfeb680d624128">3b79059</a>)</li>
</ul>
<h2>v5.0.1</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/[email protected]@5.1.4">5.1.4</a>
(2023-06-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>multi compiler progress output (<a
href="https://github.com/webpack/webpack-cli/commit/f6596242c74100bfd6fa391ed2071402a3bd4785">f659624</a>)</li>
</ul>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/[email protected]@5.1.3">5.1.3</a>
(2023-06-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>regression for custom configurations (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3834">#3834</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/bb4f8eb4325219afae3203dc4893af2b4655d5fa">bb4f8eb</a>)</li>
</ul>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/[email protected]@5.1.2">5.1.2</a>
(2023-06-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>improve check for custom webpack and webpack-dev-server package
existance (<a
href="https://github.com/webpack/webpack-cli/commit/0931ab6dfd8d9f511036bcb7c1a4ea8dde1ff1cb">0931ab6</a>)</li>
<li>improve help for some flags (<a
href="https://github.com/webpack/webpack-cli/commit/f4686141681cfcbc74d57e69a732e176decff225">f468614</a>)</li>
<li>improved support for <code>.cts</code> and <code>.mts</code>
extensions (<a
href="https://github.com/webpack/webpack-cli/commit/a77daf28f8a8ad96410a39d565f011f6bb14f6bb">a77daf2</a>)</li>
</ul>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/[email protected]@5.1.1">5.1.1</a>
(2023-05-09)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>false positive warning when <code>--watch</code> used (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3783">#3783</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/c0436baca2da7a8ce9e53bbbe960dd1951fe6404">c0436ba</a>)</li>
</ul>
<h1><a
href="https://github.com/webpack/webpack-cli/compare/[email protected]@5.1.0">5.1.0</a>
(2023-05-07)</h1>
<h3>Features</h3>
<ul>
<li>shareable webpack configs using <code>extends</code> (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3738">#3738</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/d04d0b98b69948966c8de5dacf771ac324ba5658">d04d0b9</a>)</li>
</ul>
<h3>Performance Improvements</h3>
<ul>
<li>simplify logic, reduce extra loops and perf (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3767">#3767</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/6afe1d3be41e191aa7c4865919d092d952e98605">6afe1d3</a>)</li>
</ul>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/[email protected]@5.0.2">5.0.2</a>
(2023-04-21)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>error message for missing default export in configuration (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3685">#3685</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/e0a4a0991cdfccdaf18e7eb479f87bc2ee4e2e5f">e0a4a09</a>)</li>
<li><strong>perf:</strong> reduced startup time (<a
href="https://github.com/webpack/webpack-cli/commit/3b79059fe2ee16f4b4ad1f1ed3dfeb680d624128">3b79059</a>)</li>
</ul>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/[email protected]@5.0.1">5.0.1</a>
(2022-12-05)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>make <code>define-process-env-node-env</code> alias
<code>node-env</code> (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3514">#3514</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/346a518dd7423a726810ef1012031f92d318c9c5">346a518</a>)</li>
</ul>
<h1><a
href="https://github.com/webpack/webpack-cli/compare/[email protected]@5.0.0">5.0.0</a>
(2022-11-17)</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack/webpack-cli/commit/e07f0e58df103011435524d757102534b75a6796"><code>e07f0e5</code></a>
chore(release): publish new version</li>
<li><a
href="https://github.com/webpack/webpack-cli/commit/0345c6f34d0b074151194c1852b12c3a74cab7b7"><code>0345c6f</code></a>
chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from
5.59.8 to 5.59.9 (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3839">#3839</a>)</li>
<li><a
href="https://github.com/webpack/webpack-cli/commit/f6596242c74100bfd6fa391ed2071402a3bd4785"><code>f659624</code></a>
fix: multi compiler progress output</li>
<li><a
href="https://github.com/webpack/webpack-cli/commit/0d1ff010e3941522fd68175506e15b273aec7f46"><code>0d1ff01</code></a>
chore(deps-dev): bump webpack from 5.85.0 to 5.85.1 (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3837">#3837</a>)</li>
<li><a
href="https://github.com/webpack/webpack-cli/commit/a7ec1467d489c12c216e8a5b5599653a36997fa4"><code>a7ec146</code></a>
chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3838">#3838</a>)</li>
<li><a
href="https://github.com/webpack/webpack-cli/commit/94646351db2f4932cd5b1f8c5e5939834938da3c"><code>9464635</code></a>
chore(deps-dev): bump eslint from 8.41.0 to 8.42.0 (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3835">#3835</a>)</li>
<li><a
href="https://github.com/webpack/webpack-cli/commit/cf1796f73bd2612e857c41eed8aa49ed21fa5faa"><code>cf1796f</code></a>
docs: update changelog</li>
<li><a
href="https://github.com/webpack/webpack-cli/commit/7899c3927926b191d0aca4ed52795b9c3885abfb"><code>7899c39</code></a>
chore(release): publish new version</li>
<li><a
href="https://github.com/webpack/webpack-cli/commit/bb4f8eb4325219afae3203dc4893af2b4655d5fa"><code>bb4f8eb</code></a>
fix: regression for custom configurations (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3834">#3834</a>)</li>
<li><a
href="https://github.com/webpack/webpack-cli/commit/14b9c182e2c476e13bb1e6b92cc5dee873878fa0"><code>14b9c18</code></a>
docs: update changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack/webpack-cli/compare/[email protected]">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/swift-nav/libsbp/network/alerts).

</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Müller <[email protected]>
  • Loading branch information
dependabot[bot] and sbmueller authored Nov 12, 2024
1 parent 4ea9481 commit 3145a81
Show file tree
Hide file tree
Showing 3 changed files with 1,545 additions and 6,955 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ name: SonarCloud
jobs:
sonarcloud:
runs-on: ubuntu-latest
if: github.actor != 'dependabot' # Dependabot can't read the Sonarcloud secret
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -30,6 +31,7 @@ jobs:
C:
name: C Code Coverage
runs-on: ubuntu-22.04
if: github.actor != 'dependabot' # Dependabot can't read the Sonarcloud secret
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -52,14 +54,14 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_C }}
run: sonar-scanner
-X
-Dsonar.organization=swift-nav
-Dsonar.projectName=libsbp-c
-Dsonar.projectKey=swift-nav_libsbp_c
-Dsonar.verbose=true
-Dsonar.login=${{ secrets.SONAR_TOKEN_C }}
-Dsonar.cfamily.threads=4
-Dsonar.cfamily.llvm-cov.reportPath=./build/ccov/coverage.txt
-Dsonar.sources=c/src/,c/include/
-Dsonar.tests=c/test/
-Dsonar.cfamily.build-wrapper-output=./bw-output
-X
-Dsonar.organization=swift-nav
-Dsonar.projectName=libsbp-c
-Dsonar.projectKey=swift-nav_libsbp_c
-Dsonar.verbose=true
-Dsonar.login=${{ secrets.SONAR_TOKEN_C }}
-Dsonar.cfamily.threads=4
-Dsonar.cfamily.llvm-cov.reportPath=./build/ccov/coverage.txt
-Dsonar.sources=c/src/,c/include/
-Dsonar.tests=c/test/
-Dsonar.cfamily.build-wrapper-output=./bw-output
Loading

0 comments on commit 3145a81

Please sign in to comment.