Rename output file + verify exists

This commit is contained in:
dotasek.dev 2024-04-22 16:29:07 -04:00
parent 9e3594d95c
commit e24f98827f
2 changed files with 5 additions and 1 deletions

View File

@ -27,7 +27,7 @@ ax.set_title('Loss by Disaster')
fig = plt.gcf()
plt.savefig('pyplot-table-original.png',
plt.savefig('i18n-coverage-table.png',
bbox_inches='tight',
dpi=150
)

View File

@ -54,3 +54,7 @@ jobs:
scriptSource: 'filePath'
scriptPath: .azure/i18n-coverage-table/generate-i18n-coverage-table.py
arguments:
# Verify png file generation
- bash: |
ls -l ./i18n-coverage-table.png