Skip to content

Commit

Permalink
Merge branch 'master' into quantization-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz authored Feb 26, 2024
2 parents e3e99df + 5d0efa1 commit 4505d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/format-branch-coverage-changes.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const json2md = require('json2md');
const coverageSummary = require('../.coverage_json/coverage-summary.json');
const markdownFilePath = '.branch-coverage-changes.md';

if (!existsSync('../.coverage_changes_json/coverage-summary.json')) {
if (!existsSync('.coverage_changes_json/coverage-summary.json')) {
writeFileSync(markdownFilePath, `## Coverage Report (change vs master)
No changes.
`, 'utf8');
Expand Down

0 comments on commit 4505d85

Please sign in to comment.