Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

chore(github-actions): add github actions to this repo #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

svsalvador
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Feb 28, 2021

Codecov Report

Merging #42 (8db46f6) into master (917c2d2) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #42   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines           95        95           
=========================================
  Hits            95        95           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 917c2d2...8db46f6. Read the comment docs.

${{ runner.os }}-

# Install environment
- run: npm config set spin false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer block run step:

    - name: Install environment
      run: |
        npm config set spin false
        npm install -g npm@7
        npm install -g codecov
        npm --version

With this, we can also remove comments for name field.

name: Check ember-try for [${{matrix.scenario}}]
strategy:
matrix:
scenario: [ember-lts-2.18, ember-lts-3.4, ember-release, ember-beta, ember-default-with-jquery]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we dump this matrix into another yaml and reuse it in all workflows?

- run: npm run lint:js
- run: npm run lint:hbs
- run: npm test
- run: codecov --file=coverage/node/lcov.info
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can use this action here:

https://github.com/codecov/codecov-action

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants