Skip to content

Commit d893d31

Browse files
alessandrofeitozaTalysonSoaresAkellymourabsaracamilohenriquelopeslima
authored
Hotfix: Config yaml for coverage (#669)
* Add new attributes to Space entity (#16) * Adds endpoints for listing, retrieving, and deleting Tag. (#29) * Create Page List for Activity Areas. (#28) Co-authored-by: Henrique Lopes Lima <[email protected]> * Add the event activity (#35) * Add endpoints to create and update tags (#27) * Create Tag list Page (#31) * Include Translation Phase. (#47) * Create Page Activity Area. (#40) * Include Full Test Phase Creation (#53) * Add endpoints to retrieve and remove activity from event (#56) * Adds update Spaces endpoints with new attributes. (#46) * Adds Create Tag Page (#32) * Create Event Schedule entity (#66) * Create Edit Page for Activity Area (#57) * Include Translation Create Space (#76) * Adds endpoints for create and update EventActivity. (#73) * Create action for delete a tag (#61) * Enable recent filter spaces (#83) * Fix Event page responsiveness (#58) * Enable recent filter agents (#91) * Enable recent filter opportunity (#92) * Create Edit Action for tags (#59) * Create Unit Test for Space Address. (#13) * Enable recent filter initiatives (#93) * Create SpaceType entity (#96) * Create Enable Filter Organization (#97) * Enable recent filter events (#94) * Adds method to count recent entity registrations. (#90) * Create ArchitecturalAccessibility entity and relate it to Space. (#123) * Fix test for auth timeline (#130) * Remove Selecione Order Filter (#125) * Create endpoints for retrieve and remove SpaceType (#127) * Update Space Card of Homepage (#122) * Adds endpoints for create and update SpaceType. (#138) * Fix test for audit update listener (#137) * Implement CSRF Token (#142) * Add attributes in Event entity (#124) * Fix style flow on makefile (#145) * Adds endpoints for listing, retrieving, create, update and deleting ArchitecturalAccessibility. (#141) * Remove the truncate from fixtures (#147) * Add unit test for organization timeline (#148) * Create tests for AbstractDocumentTest (#149) * Add new attributes in Event endpoints (#153) * Create tests to City Repository (#157) * Create Test for Dashboard Count (#139) * Unit test for inscription opportunity timeline (#159) * Add new attributes in Event create page (#154) * Create tests to Organization Repository (#158) * delete image on entity removal. (#156) * Using aurora-ui as CDN (#151) * Improvement Space Edit Page (#126) * Add tab list events from space (#176) * Create Space Type list Page (#163) * Create test to Abstract Timeline Document Service (#162) * Create Page List for Architectural Accessibility. (#165) * Hotfix: Config yaml for coverage --------- Co-authored-by: Talyson Soares <[email protected]> Co-authored-by: Ana Kelly Moura Balbino <[email protected]> Co-authored-by: Sara Camilo <[email protected]> Co-authored-by: Henrique Lopes Lima <[email protected]> Co-authored-by: Igor Mendes <[email protected]>
1 parent d70011c commit d893d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Give permissions for var
2525
run: sudo chmod -R 777 var/
2626

27-
- name: Give permissions for assets/uploads
28-
run: chmod -R 777 assets/uploads
27+
- name: Create and give permissions for assets/uploads
28+
run: mkdir -p assets/uploads && chmod -R 777 assets/uploads
2929

3030
- name: Create the phpunit.xml
3131
run: docker compose exec --user root php cp phpunit.xml.dist phpunit.xml

0 commit comments

Comments
 (0)