Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Fix range inputs #35

Merged
merged 9 commits into from
Nov 1, 2018
Merged

Conversation

Blackbaud-TrevorBurch
Copy link
Member

@Blackbaud-TrevorBurch Blackbaud-TrevorBurch commented Oct 29, 2018

@codecov-io
Copy link

codecov-io commented Oct 29, 2018

Codecov Report

Merging #35 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #35   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          23     23           
  Branches        1      1           
=====================================
  Hits           23     23

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 9059ea0...840beef. Read the comment docs.

@Blackbaud-SteveBrush Blackbaud-SteveBrush self-assigned this Nov 1, 2018
package.json Outdated
@@ -10,7 +10,8 @@
"scripts": {
"skyux": "skyux",
"test": "npm run build:dev-bundle && skyux test",
"test:ci": "npm run build:dev-bundle && skyux test --platform travis --coverage library && npm run build",
"test:ci": "npm run build:dev-bundle && skyux test --platform travis --coverage library && skyux e2e && npm run build",

Choose a reason for hiding this comment

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

Mind also removing && skyux e2e and the test:visual command?

constructor(
private styleLoader: SkyAppStyleLoader
) {
this.styleLoader.loadStyles().then(() => {

Choose a reason for hiding this comment

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

We need to keep this style loader demo somewhere. You could put it in the inputs-demo.component.ts file.

@Blackbaud-SteveBrush Blackbaud-SteveBrush merged commit 0d7733f into master Nov 1, 2018
@Blackbaud-SteveBrush Blackbaud-SteveBrush deleted the 33-range-input-styles-no-visual branch November 1, 2018 17:09
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.

3 participants