Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Updating permissions within manual-testing to resolve workflow issue. #3019

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

san-est
Copy link
Contributor

@san-est san-est commented Sep 19, 2024

Description:
There is an issue in the manual-testing workflow file, the acceptance workflow requires actions: read permissions but its not getting them when manual testing is ran. Initially I thought they were not defined in the acceptance workflow file but everything seems to be fine there so adding permissions here.

Related issue(s):

Fixes #3017

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

…sue.

Signed-off-by: Vasil Boyadzhiev <vasil.boyadzhiev@limechain.tech>
@san-est san-est added this to the 0.57.0 milestone Sep 19, 2024
@san-est san-est self-assigned this Sep 19, 2024
@san-est san-est requested review from AlfredoG87, ebadiere, Nana-EC and a team as code owners September 19, 2024 13:53
@san-est san-est linked an issue Sep 19, 2024 that may be closed by this pull request
Copy link

Copy link

Tests

       3 files     297 suites   19s ⏱️
1 353 tests 1 352 ✔️ 1 💤 0
1 362 runs  1 361 ✔️ 1 💤 0

Results for commit 364479e.

Copy link

Acceptance Tests

  18 files  246 suites   30m 28s ⏱️
609 tests 598 ✔️ 4 💤 7
691 runs  680 ✔️ 4 💤 7

Results for commit 364479e.

@san-est san-est merged commit 4d727db into main Sep 20, 2024
60 of 66 checks passed
@san-est san-est deleted the 3017-fix-issue-in-workflowsmanual-testingyml branch September 20, 2024 08:08
Copy link

codecov bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.93%. Comparing base (f6f1220) to head (364479e).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3019      +/-   ##
==========================================
+ Coverage   89.92%   89.93%   +0.01%     
==========================================
  Files          58       61       +3     
  Lines        3900     4053     +153     
  Branches      780      815      +35     
==========================================
+ Hits         3507     3645     +138     
- Misses        346      358      +12     
- Partials       47       50       +3     
Flag Coverage Δ
relay 90.14% <ø> (-0.01%) ⬇️
server 88.15% <ø> (ø)
ws-server 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 10 files with indirect coverage changes

@victor-yanev victor-yanev restored the 3017-fix-issue-in-workflowsmanual-testingyml branch September 20, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix issue in workflows/manual-testing.yml
6 participants